Esempio n. 1
0
 private Ticket?FindTicket(int id)
 {
     return(Root.FindChild(id));
 }