Beispiel #1
0
        /// <summary>
        /// When clicking on single option a single window is created and main window closes itself
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void SingleClick(object sender, RoutedEventArgs e)
        {
            SingleStartWindow n = new SingleStartWindow();

            this.Close();
        }
Beispiel #2
0
 private void SingleClick(object sender, RoutedEventArgs e)
 {
     SingleStartWindow n = new SingleStartWindow();
     // if(n.IsActive)
     // n.Show();
 }