示例#1
0
        private void btnFinancialStatement_Click(object sender, EventArgs e)
        {
            Profits profits = new Profits(db, startForm, this);

            profits.Show();
            this.Hide();
        }