Files
tv7playlist/Tv7Playlist/AppConfig.cs

9 lines
205 B
C#

namespace Tv7Playlist
{
public class AppConfig
{
public string TV7Url { get; set; }
public string UdpxyUrl { get; set; }
public string DownloadFileName { get; set; }
}
}