Ejemplo n.º 1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            kullanicikontrol yeni = new kullanicikontrol();

            yeni.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void Form1_FormClosed(object sender, FormClosedEventArgs e)
        {
            kullanicikontrol yeni = new kullanicikontrol();

            yeni.Show();
        }