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