Beispiel #1
0
        public bool basariliuye()
        {
            pictureBox1.Size            = new Size(120, 120);
            pictureBox1.BackgroundImage = Properties.Resources.başarıbeyaz;
            label1.Text = l.Text;
            uyegiris ug = new uyegiris();

            ug.Close();
            uyepanel uy = new uyepanel();

            uy.Show();
            this.ShowDialog();
            return(false);
        }