Exemplo n.º 1
0
 public void StopVirtualHardwareAction()
 {
     if (appserver != null)
     {
         appserver.StopServer();
     }
     else
     {
         logStreamOutput.DebugLog += "\nServer is already offline";
     }
 }