private void frm_TedarikcilereTeklifGonder_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode.ToString() == "F1") { frm_TedarikciPozluKayit pkf = new frm_TedarikciPozluKayit(this); pkf.ShowDialog(); } if (e.KeyCode.ToString() == "F2") { frm_TedarikciOfbKayit okf = new frm_TedarikciOfbKayit(this); okf.ShowDialog(); } }
private void btnPozKayit_Click(object sender, EventArgs e) { frm_TedarikciPozluKayit poz = new frm_TedarikciPozluKayit(this); poz.ShowDialog(); }