コード例 #1
0
ファイル: Connection.cs プロジェクト: Carterj3/Caesura
 // Default constructor is disabled because I specified a constructor
 // Do not create a default constructor
 public Connection(iSocket.iSocket temp, iServer server)
 {
     this.sock = temp;
     this.server = server;
 }
コード例 #2
0
ファイル: Connection.cs プロジェクト: uphusar/Caesura
 // Default constructor is disabled because I specified a constructor
 // Do not create a default constructor
 public Connection(iSocket.iSocket temp, iServer server)
 {
     this.sock   = temp;
     this.server = server;
 }