Esempio n. 1
0
        private void tspKullaniciTanimla_Click(object sender, EventArgs e)
        {
            FormKullaniciTanimla frm = new FormKullaniciTanimla(_olusturanPersonelID);

            frm.MdiParent = this;
            frm.Show();
        }
        private void btnKullanici_Click(object sender, EventArgs e)
        {
            FormKullaniciTanimla frmUser = new FormKullaniciTanimla();

            frmUser.ShowDialog();
            txtUsername.Text = FormKullaniciTanimla.ad;
            DGVDoldur();
        }