private void button7_Click(object sender, EventArgs e) { this.Close(); IstifadeciGirisi ig = new IstifadeciGirisi(); ig.Show(); }
private void button1_Click(object sender, EventArgs e) { IstifadeciGirisi i = new IstifadeciGirisi(); i.Show(); this.Close(); }
private void button5_Click(object sender, EventArgs e) { IstifadeciGirisi ig = new IstifadeciGirisi(); ig.Show(); }