コード例 #1
0
 /**
  * ConnectCommandsServer methods connect to commands-server in asychronized mode
  * this connection enable the user to set properties in flight-gear application
  **/
 public void ConnectCommandsServer()
 {
     if (commands_server != null)
     {
         return;
     }
     commands_server = CommandsServer.Instance;
     commands_server.connectToServer();
 }