コード例 #1
0
        private void BtnSellHistory_Click(object sender, EventArgs e)
        {
            SellAndFinanceHistory sellAndFinanceHistory = new SellAndFinanceHistory(this.employee);

            sellAndFinanceHistory.Visible = true;
            this.Visible = false;
        }
コード例 #2
0
        private void RefreshMethod()
        {
            SellAndFinanceHistory sellAndFinanceHistory = new SellAndFinanceHistory(this.employee);

            sellAndFinanceHistory.Visible = true;
            this.Visible = false;
        }