コード例 #1
0
        void HelpAboutMenuItem_Click(object sender, RoutedEventArgs e)
        {
            HelpAboutDialog helpAboutDialog = new HelpAboutDialog();

            helpAboutDialog.Owner = this;
            helpAboutDialog.ShowDialog();
        }
コード例 #2
0
 void HelpAboutMenuItem_Click(object sender, RoutedEventArgs e)
 {
     HelpAboutDialog helpAboutDialog = new HelpAboutDialog();
     helpAboutDialog.Owner = this;
     helpAboutDialog.ShowDialog();
 }