Interaction logic for InstrumentsWindow.xaml
Inheritance: System.Windows.Window
コード例 #1
0
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     InstrumentsWindow inw = new InstrumentsWindow();
     inw.ShowDialog();
 }
コード例 #2
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            InstrumentsWindow inw = new InstrumentsWindow();

            inw.ShowDialog();
        }