private void StudentExpenseButton_Click(object sender, EventArgs e) { Student_Expense expense = new Student_Expense(); expense.Show(); this.Hide(); }
private void ExpenseButton_Click(object sender, EventArgs e) { Student_Expense student = new Student_Expense(); student.Show(); this.Hide(); }