Example #1
0
 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;
 }
Example #2
0
 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();
 }