private void MShopsButton_Click(object sender, EventArgs e) { Shops sm = new Shops(); this.Hide(); sm.Show(); }
private void ToShopsButton_Click(object sender, EventArgs e) { Shops shop = new Shops(); this.Hide(); shop.Show(); }