コード例 #1
0
ファイル: Form1.cs プロジェクト: appliedi/MerchantTribe
 private void linkLabel1_LinkClicked_1(object sender, LinkLabelLinkClickedEventArgs e)
 {
     InstructionsForm i = new InstructionsForm();
     i.Show();
     i.ShowInstructions();
     i.Focus();
 }
コード例 #2
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            InstructionsForm i = new InstructionsForm();

            i.Show();
            i.ShowInstructions();
            i.Focus();
        }