static void Main(string[] args) { Registrant r = new Registrant(); }
/// <summary> /// Adds the Registrant to the queue /// </summary> /// <param name="Person">The person being added</param> public RegistrationWindow(Registrant Person) { Window.Enqueue(Person); }