예제 #1
0
 public void StartServer()
 {
     m_Server.Start();
 }
예제 #2
0
 public void StartServer()
 {
     Setup();
     m_Server.Start();
 }