Exemple #1
0
 private void howToPlayToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (HowToPlay != null)
     {
         HowToPlay.Invoke(sender, e);
     }
 }