有验证窗体向 另一页面跳转此页面镶嵌在主页面里
ReportFormsManage.HandVerifyLocalInfo hand = new SystemForm.ReportFormsManage.HandVerifyLocalInfo(this);
public HandVerifyLocalInfo(HomePage home)
{
InitializeComponent();
this.MdiParent = home;
}
MessageBox.Show("单位代码或单位名称已存在,请重新填写!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
public ManualAddOfficialCaseRegisters(HomePage parent)
{
InitializeComponent();
this.MdiParent = parent;
}