コード例 #1
0
 protected void SetCurrentForm(BaseView frm)
 {
     frm.MdiParent = mShell;
     frm.DoShow();
 }