Example #1
0
        // About command: display YellowPadAboutDialog.
        void AboutOnClick(object sender, RoutedEventArgs args)
        {
            YellowPadAboutDialog dlg = new YellowPadAboutDialog();

            dlg.Owner = this;
            dlg.ShowDialog();
        }
 // About command: display YellowPadAboutDialog.
 void AboutOnClick(object sender, RoutedEventArgs args)
 {
     YellowPadAboutDialog dlg = new YellowPadAboutDialog();
     dlg.Owner = this;
     dlg.ShowDialog();
 }