コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: VladislavBI/Exam
 private void MenuItem_Click_4(object sender, RoutedEventArgs e)
 {
     DB_Folder.StatisticWindow sw = new DB_Folder.StatisticWindow("Brand");
     sw.Show();
 }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: VladislavBI/Exam
 private void MenuItem_Click_4(object sender, RoutedEventArgs e)
 {
     DB_Folder.StatisticWindow sw = new DB_Folder.StatisticWindow("Brand");
     sw.Show();
 }
コード例 #3
0
ファイル: MainWindow.xaml.cs プロジェクト: VladislavBI/Exam
 private void MenuItem_Click_1(object sender, RoutedEventArgs e)
 {
     DB_Folder.StatisticWindow sw = new DB_Folder.StatisticWindow("Warehouses");
     sw.Show();
 }
コード例 #4
0
ファイル: MainWindow.xaml.cs プロジェクト: VladislavBI/Exam
 private void MenuItem_Click_1(object sender, RoutedEventArgs e)
 {
     DB_Folder.StatisticWindow sw = new DB_Folder.StatisticWindow("Warehouses");
     sw.Show();
 }