예제 #1
0
 private void SendWelcomeToServer()
 {
     Logger.Info("Send Welcome message to server");
     ServerUtility.Welcome(_config.ServerUrl);
 }