private void BACK_BOX_Click(object sender, EventArgs e) { CategoryOperations co = new CategoryOperations(); this.Hide(); co.Show(); }
private void pictureBox1_Click(object sender, EventArgs e) { CategoryOperations a = new CategoryOperations(); this.Hide(); a.Show(); }
//method to call Category operations private void CATEGORY_BUTTON_Click(object sender, EventArgs e) { CategoryOperations g = new CategoryOperations(); this.Hide(); g.Show(); }