Exemple #1
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            MyDocuments window = new MyDocuments();

            window.Show();
        }
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     MyDocuments window = new MyDocuments();
     window.Show();
 }