Exemplo n.º 1
0
 public UCTemplate2Controller(IUCTemplate2 view)
 {
     this.view = view;
     this.view.SetController(this);
     this.comboBoxItems = new ArrayList();
     this.listViewItems = new ArrayList();
 }
Exemplo n.º 2
0
 public TemplateListController(IUCTemplate2 view)
 {
     this.view = view;
     this.view.SetController(this);
     this.comboBoxItems = new ArrayList();
     this.listViewItems = new ArrayList();
     this.auditItems    = new List <AuditItem>();
 }