Example #1
0
        private void tsbIncentive_Click(object sender, EventArgs e)
        {
            var frmIncentive = new IncentiveUI();

            frmIncentive.MdiParent = this;

            frmIncentive.Show();
        }