Exemple #1
0
 static TicketTypes()
 {
     // if the ticket types have not been retrieved from the database, retrieve them now
     if (ticketTypes == null)
     {
         ProcessAgentDB dbTicketing = new ProcessAgentDB();
         ticketTypes = dbTicketing.RetrieveTicketTypes();
     }
 }