Example #1
0
        private void btnRezervasyonYap_Click(object sender, EventArgs e)
        {
            frmKullaniciKayit frm = new frmKullaniciKayit(_calisan);

            this.Hide();
            frm.ShowDialog();
            this.Show();
        }
Example #2
0
        private void btnYeniKullanici_Click(object sender, EventArgs e)
        {
            frmKullaniciKayit frmKullaniciKayit = new frmKullaniciKayit();

            frmKullaniciKayit.ShowDialog();
        }