Exemplo n.º 1
0
        private void geri_button_Click(object sender, EventArgs e)
        {
            this.Close();
            yoneticipanel yo = new yoneticipanel();

            yo.Show();
        }
        private void button4_Click(object sender, EventArgs e)
        {
            this.Close();
            yoneticipanel yp = new yoneticipanel();

            yp.Show();
        }
Exemplo n.º 3
0
        public bool basariliyonetici()
        {
            pictureBox1.Size            = new Size(120, 120);
            pictureBox1.BackgroundImage = Properties.Resources.başarıbeyaz;
            label1.Text = l.Text;

            /*yoneticiGiris yo = new yoneticiGiris();
             * yo.Close();*/
            yoneticipanel yp = new yoneticipanel();

            yp.Show();
            this.ShowDialog();
            return(true);
        }