Ejemplo n.º 1
0
 public TVController(ITMModel model, ThreadsView view, Process process) : this()
 {
     this.model   = model;
     this.view    = view;
     this.process = process;
     SetController();
     view.SetTitle(process.ProcessName);
 }
Ejemplo n.º 2
0
 public PVController(ITMModel model, ProcessesView view) : this()
 {
     this.model = model;
     this.view  = view;
     SetController();
 }