Exemplo n.º 1
0
        private void Label6_Click(object sender, EventArgs e)
        {
            dodajForm f = new dodajForm();

            f.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void PictureBox2_Click(object sender, EventArgs e)
        {
            dodajForm f = new dodajForm();

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