Exemple #1
0
 public RenderPresenter(IRenderDialog view, VirtualMachine virtualMachine)
 {
     this.view = view;
     this.virtualMachine = virtualMachine;
     this.SetGraphics(Graphics.Small());
 }
Exemple #2
0
 public RenderPresenter(IRenderDialog view, VirtualMachine virtualMachine)
 {
     this.view           = view;
     this.virtualMachine = virtualMachine;
     this.SetGraphics(Graphics.Small());
 }