public TestVM() { this.drawMap = new DrawMap(800, 600, 1600, 1200); this.canvas = this.drawMap.CurrentCanvas; }
public TestVM() { this.drawMap = new DrawMap(800,600,1600,1200); this.canvas = this.drawMap.CurrentCanvas; }