コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: JoostZ/ShowRow
 private void MenuHelpAbout_Click(object sender, RoutedEventArgs e)
 {
     WPFAboutBox1 about = new WPFAboutBox1(this);
        about.ShowDialog();
 }
コード例 #2
0
 private void button1_Click(object sender, RoutedEventArgs e)
 {
     //string message = string.Format("UDK GFx Exporter v{0}, by Cédric Hauteville\nThis software is NOT endorsed by Epic Games or Scaleform");
     WPFAboutBox1 about = new WPFAboutBox1(this);
     about.ShowDialog();
 }