Beispiel #1
0
 private void propertiesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (SetGameProperties != null)
     {
         SetGameProperties.Invoke(sender, e);
     }
 }
Beispiel #2
0
 protected override void OnShown(EventArgs e)
 {
     base.OnShown(e);
     if (SetGameProperties != null)
     {
         SetGameProperties.Invoke(null, null);
     }
 }