9 lines
205 B
C#
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; }
|
|
}
|
|
} |