예제 #1
0
 private void ShowSectorsExecute()
 {
     try
     {
         Sectors sectors = new Sectors();
         sectors.Show();
         view.Close();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }
예제 #2
0
        private void mySectorsMenu_Click(object sender, RoutedEventArgs e)
        {
            var sectors = new Sectors();

            sectors.Show();
        }