Exemplo n.º 1
0
 public void SetView(IView view)
 {
     this.view = (BarTicketView)view;
 }
Exemplo n.º 2
0
 public void CreateView()
 {
     this.view = new BarTicketView();
 }