Exemplo n.º 1
0
 public void server_onServerStartup(object o, onServerStartupEventArgs e)
 {
     if (e.success)
     {
         Server_Log("Server successfully started at port " + e.Port.ToString());
     }
     else
     {
         Server_Log("server is unsuccessfully started, reason: " + e.Error);
     }
 }
Exemplo n.º 2
0
 public void server_onServerStartup(object o, onServerStartupEventArgs e)
 {
     if (e.success)
         Server_Log("Server successfully started at port " + e.Port.ToString());
     else
         Server_Log("server is unsuccessfully started, reason: " + e.Error);
 }