8 lines
120 B
C#
8 lines
120 B
C#
namespace ErsatzTV.CommandLine
|
|
{
|
|
public class Config
|
|
{
|
|
public string ServerUrl { get; set; }
|
|
}
|
|
}
|