コード例 #1
0
        void viewChartButton_Click(object sender, RoutedEventArgs e)
        {
            ViewChartWindow dlg = new ViewChartWindow();

            dlg.Owner = this;
            dlg.Show();
        }
コード例 #2
0
 void viewChartButton_Click(object sender, RoutedEventArgs e)
 {
     ViewChartWindow dlg = new ViewChartWindow();
     dlg.Owner = this;
     dlg.Show();
 }