private void btnincentives_Click(object sender, EventArgs e) { incentives incen = new incentives(); incen.Show(); this.Hide(); }
private void incentivesToolStripMenuItem_Click(object sender, EventArgs e) { incentives inc = new incentives(); inc.Show(); }