private void button3_Click(object sender, EventArgs e) { this.Hide(); ProductsManagement manag = new ProductsManagement(); manag.Show(); }
private void pictureBox1_Click(object sender, EventArgs e) { this.Close(); ProductsManagement newMang = new ProductsManagement(); newMang.Show(); }