Example #1
0
        private void Crusader_Shown(object sender, EventArgs e)
        {
            Form help = new helpform();

            help.Show();
            help.Focus();
        }
Example #2
0
 private void Crusader_Shown(object sender, EventArgs e)
 {
     Form help = new helpform();
     help.Show();
     help.Focus();
 }