public mainform() { InitializeComponent(); kytekle = new kayitekle(); kytliste = new kayıtlistesi(); grs = new giris(); sfrdgstr = new sifredegistir(); kytliste.mfrm = this; kytekle.mfrm = this; }
private void şifreDeğiştirToolStripMenuItem_Click(object sender, EventArgs e) { sifredegistir sfrdgstr = new sifredegistir(); sfrdgstr.Show(); baglanti bgln = new baglanti(); bgln.baglan(); SqlCommand sorgu = new SqlCommand(); sorgu.Connection = bgln.baglan(); giris grs = new giris(); sorgu.CommandText = "SELECT AD from ornek where ID='" + lblKullaniciID + "'"; sfrdgstr.txtID.Text = lblKullaniciID.Text; }