Exemplo n.º 1
0
        private void StudentExpenseButton_Click(object sender, EventArgs e)
        {
            Student_Expense expense = new Student_Expense();

            expense.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void ExpenseButton_Click(object sender, EventArgs e)
        {
            Student_Expense student = new Student_Expense();

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