Exemplo n.º 1
0
        private void btnYonetici_Click(object sender, EventArgs e)
        {
            YoneticiGirisi yoneticiGirisi = new YoneticiGirisi();

            yoneticiGirisi.Show();
            this.Hide();
        }