Exemplo n.º 1
0
 public override void ShowGraphics(IWin32Window windows)
 {
     showForm.MdiParent = (Form)windows;
     showForm.Show();
 }