8 lines
167 B
C#
8 lines
167 B
C#
![]() |
namespace DisplayCommands;
|
||
|
|
||
|
public class DisplayConfiguration
|
||
|
{
|
||
|
public string Hostname { get; set; } = "172.23.42.29";
|
||
|
|
||
|
public int Port { get; set; } = 2342;
|
||
|
}
|