Ejemplo n.º 1
0
 public void ShowContent(DockContent frm)
 {
     frm.Show(this.dockPanel);
     frm.Focus();
     frm.BringToFront();
 }