Example #1
0
        private void btnGonder_Click(object sender, EventArgs e)
        {
            IkinciForm frm = new IkinciForm();

            frm.txtBilgiAl.Text = txtBilgi.Text;
            frm.Show();
        }
Example #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (Kontrol == false)
     {
         Bir.IkinciForm frm = new Bir.IkinciForm();
         frm.MdiParent   = Form.ActiveForm;
         frm.WindowState = FormWindowState.Maximized;
         Kontrol         = true;
         frm.Show();
     }
 }