Inheritance: System.Windows.Forms.Form
Exemple #1
0
 private void InfoLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     using (BotCountInfoForm f = new BotCountInfoForm())
     {
         f.ShowDialog();
     }
 }
 private void InfoLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     BotCountInfoForm f = new BotCountInfoForm();
     f.ShowDialog();
 }