Exemplo n.º 1
0
 private void uxStopButton_Click(object sender, RoutedEventArgs e)
 {
     mMinecraft.StopServer(uxGracefulCheckbox.IsChecked.Value);
 }
Exemplo n.º 2
0
 public void FixtureTeardown()
 {
     mPersistentServer.StopServer(false, 0, true);
     WaitForServerStatus(Status.Stopped);
     mPersistentServer = null;
 }