Ejemplo n.º 1
0
 void CloseSimButton_Click(object sender, RoutedEventArgs e)
 {
     if (manager.StopSimulation())
     {
         controller.DisplaySettings();
     }
 }