Esempio n. 1
0
        //Open up a screen with extra help
        private void moreHelp(object sender, RoutedEventArgs e)
        {
            // Instantiate the dialog box
            helpDialogBox dlg = new helpDialogBox(mainWindow);

            // Configure the dialog box
            dlg.Owner = this;

            // Open the dialog box modally
            dlg.Show();
        }
Esempio n. 2
0
        //Open up a screen with extra help
        private void moreHelp(object sender, RoutedEventArgs e)
        {
            // Instantiate the dialog box
            helpDialogBox dlg = new helpDialogBox(mainWindow);

            // Configure the dialog box
            dlg.Owner = this;

            // Open the dialog box modally
            dlg.Show();
        }