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