public A_HT_FKKH_OP(int cid, A_HT_KHFK fk, string type,bool mark) { InitializeComponent(); this.cid = cid; this.fk = fk; this.type = type; this.mark = mark; }
private void 合同客户进度查询ToolStripMenuItem_Click(object sender, EventArgs e) { if (OpenChildForm(typeof(A_HT_KHFK))) return; A_HT_KHFK c1 = new A_HT_KHFK(); c1.MdiParent = this; c1.Show(); }