private void BtnSellHistory_Click(object sender, EventArgs e)
        {
            SellAndFinanceHistory sellAndFinanceHistory = new SellAndFinanceHistory(this.employee);

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

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