Exemplo n.º 1
0
 public TestVM()
 {
     this.drawMap = new DrawMap(800, 600, 1600, 1200);
     this.canvas  = this.drawMap.CurrentCanvas;
 }
Exemplo n.º 2
0
 public TestVM()
 {
     this.drawMap = new DrawMap(800,600,1600,1200);
     this.canvas = this.drawMap.CurrentCanvas;
 }