Ejemplo n.º 1
0
		/// <summary>
		/// Passes the user choice of employee to the SECtlr to move on to AlterAvailability
		/// </summary>
        public void Submit()
        {
            Console.WriteLine("SelectEmployeeForm.Submit() called.");
            
            if (employeeList.Text != "")
            	sectlr.Submit(new User(employeeList.Text, "", false));   	
        }