Esempio n. 1
0
        private void PictureBox1_Click(object sender, EventArgs e)
        {
            Komunal button = new Komunal();

            button.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            Komunal a = new Komunal();

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