Example #1
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     if (frmc2 == null || frmc2.IsDisposed)
     {
         frmc2 = new FormC2();
     }
     ShowForm(frmc2, this.panel1);
 }
Example #2
0
 public FormC2_2(FormC2 frm)
 {
     InitializeComponent();
     lblinfo.Text = "";
     frmparent    = frm;
 }