private void btnGonder_Click(object sender, EventArgs e) { IkinciForm frm = new IkinciForm(); frm.txtBilgiAl.Text = txtBilgi.Text; frm.Show(); }
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(); } }