private void linkLabel1_LinkClicked_1(object sender, LinkLabelLinkClickedEventArgs e) { InstructionsForm i = new InstructionsForm(); i.Show(); i.ShowInstructions(); i.Focus(); }
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { InstructionsForm i = new InstructionsForm(); i.Show(); i.ShowInstructions(); i.Focus(); }