private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     StaticDynamicResources window = new StaticDynamicResources();
     window.Show();
 }
Beispiel #2
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            StaticDynamicResources window = new StaticDynamicResources();

            window.Show();
        }