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