示例#1
0
        private void btnincentives_Click(object sender, EventArgs e)
        {
            incentives incen = new incentives();

            incen.Show();
            this.Hide();
        }
示例#2
0
        private void incentivesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            incentives inc = new incentives();

            inc.Show();
        }