コード例 #1
0
 public DataManager(int port)
 {
     //TODO: Move to config file, or something....
     _server = new DMServer(port, this);
 }
コード例 #2
0
 public DataManager(int port)
 {
     //TODO: Move to config file, or something....
     _server = new DMServer(port, this);
 }