Exemplo n.º 1
0
        private void button7_Click(object sender, EventArgs e)
        {
            this.Close();
            IstifadeciGirisi ig = new IstifadeciGirisi();

            ig.Show();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            IstifadeciGirisi i = new IstifadeciGirisi();

            i.Show();
            this.Close();
        }
Exemplo n.º 3
0
        private void button5_Click(object sender, EventArgs e)
        {
            IstifadeciGirisi ig = new IstifadeciGirisi();

            ig.Show();
        }