コード例 #1
0
ファイル: Connector.cs プロジェクト: jwoff78/MOSA-Project
 public Connector(BasePlatform platform, string host, int port)
     : this(platform)
 {
     ConnectionHost = host;
     ConnectionPort = port;
 }
コード例 #2
0
ファイル: Connector.cs プロジェクト: jwoff78/MOSA-Project
 public Connector(BasePlatform platform)
 {
     Platform = platform;
 }