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