Exemple #1
0
 private void tabControl1_Selecting(object sender, TabControlCancelEventArgs e)
 {
     if (tabControl1.SelectedTab != tabPage2)
     {
         if (RegistryKeyIsValid)
         {
             MessageBoxExInt.Show(this, "please fix this error");
         }
     }
 }
Exemple #2
0
 private void toolStripMenuItem_Update_Click(object sender, EventArgs e)
 {
     // TODO: add update context
     MessageBoxExInt.Show("UPDATE ME");
 }
Exemple #3
0
 private void toolStripMenuItem_Help_Click(object sender, EventArgs e)
 {
     // TODO: add help context
     MessageBoxExInt.Show("HELP ME");
 }