Exemplo n.º 1
0
 private void Window_Activated(object sender, EventArgs e)
 {
     if (check)
     {
         mainS main = new mainS(this);
         this.Content = main;
         check        = !check;
     }
 }
Exemplo n.º 2
0
        private void menu_Click(object sender, RoutedEventArgs e)
        {
            mainS main = new mainS(MW);

            MW.Content = main;
        }