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