Example #1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Oyun_Yukleme oyn = new Oyun_Yukleme();

            this.Visible = true;
            oyn.ShowDialog();
        }
Example #2
0
        private void Label5_Click(object sender, EventArgs e)
        {
            Oyun_Yukleme oy_yukle = new Oyun_Yukleme();

            this.Visible = true;
            oy_yukle.ShowDialog();
            Application.Exit();
        }