public PrinterTicketView(BaseClass.Ticket ticket)
 {
     InitializeComponent();
     wcustomer   = new WorkCustomer();
     wprojection = new WorkProjection();
     userDto     = UserDto.Instance;
 }
Esempio n. 2
0
 private void LoadProjections()
 {
     wp          = new WorkProjection();
     projections = wp.GetAll();
 }