private void BtnSellHistory_Click(object sender, EventArgs e) { SellAndFinanceHistory sellAndFinanceHistory = new SellAndFinanceHistory(this.employee); sellAndFinanceHistory.Visible = true; this.Visible = false; }
private void RefreshMethod() { SellAndFinanceHistory sellAndFinanceHistory = new SellAndFinanceHistory(this.employee); sellAndFinanceHistory.Visible = true; this.Visible = false; }