Ejemplo n.º 1
0
 private void OnMdiChildActivate(EventArgs e)
 {
     // Raise the MdiChildActivate event
     MdiChildActivate?.Invoke(this, e);
 }
Ejemplo n.º 2
0
 protected virtual void OnMdiChildActivate(EventArgs e)
 {
     // Raise the MdiChildActivate event
     MdiChildActivate?.Invoke(this, e);
 }