Beispiel #1
0
 protected virtual void OnNewLevel(EventArgs e)
 {
     if (NewLevel != null)
     {
         NewLevel.Invoke(this, e);
     }
 }