Exemplo n.º 1
0
 public Connector(BasePlatform platform, string host, int port)
     : this(platform)
 {
     ConnectionHost = host;
     ConnectionPort = port;
 }
Exemplo n.º 2
0
 public Connector(BasePlatform platform)
 {
     Platform = platform;
 }