コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: xushengli/oce
 private void AboutCommand_Executed (object sender, ExecutedRoutedEventArgs e)
 {
   AboutDialog aDlg = new AboutDialog ();
   aDlg.ShowDialog ();
 }
コード例 #2
0
 private void AboutCommand_Executed (object sender, ExecutedRoutedEventArgs e)
 {
   AboutDialog aDlg = new AboutDialog ();
   aDlg.ShowDialog ();
 }