Esempio n. 1
0
        private void RestartBtn_Click(object sender, RoutedEventArgs e)
        {
            MessageBox.Show("Your simulation will be restarted now ");
            var restarter = new CommandsExecutor(Login, Token, SimulationOrChaarr);

            result = restarter.RestartSimulation( );
            if (result != null)
            {
                UpdateInfo(result);
            }
        }