Exemple #1
0
 private void btntlc_Click(object sender, EventArgs e)
 {
     UserWindows.tlc gdc = new UserWindows.tlc();
     gdc.Owner = this;
     gdc.ShowDialog();
     if (gdc.DialogResult == DialogResult.OK)
     {
         MainForm frm1 = (MainForm)this.Owner;
         frm1.ChooseParaID = ChooseID;
         frm1.Pic          = pic;
         this.DialogResult = DialogResult.OK;
     }
 }
Exemple #2
0
 private void btntlc_Click(object sender, EventArgs e)
 {
     UserWindows.tlc gdc = new UserWindows.tlc();
     gdc.Owner = this;
     gdc.ShowDialog();
     if (gdc.DialogResult == DialogResult.OK)
     {
         MainForm frm1 = (MainForm)this.Owner;
          frm1.ChooseParaID = ChooseID;
          frm1.Pic = pic;
         this.DialogResult = DialogResult.OK;
     }
 }