added application config
This commit is contained in:
9
AppConfig.cs
Normal file
9
AppConfig.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace tv7playlist
|
||||
{
|
||||
public class AppConfig
|
||||
{
|
||||
public string TV7Url { get; set; }
|
||||
public string UdpxyUrl { get; set; }
|
||||
public string DownloadFileName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user