コード例 #1
0
 public MiniMapViewController(Canvas lookupCanvas, Rectangle lookupWindowRectangle, Grid contentGrid)
 {
     this.lookupWindow = new LookupWindow(this, lookupWindowRectangle);
     this.lookupCanvas = lookupCanvas;
     this.contentGrid  = contentGrid;
 }
コード例 #2
0
 public MiniMapViewController(Canvas lookupCanvas, Rectangle lookupWindowRectangle, Grid contentGrid)
 {
     this.lookupWindow = new LookupWindow(this, lookupWindowRectangle);
     this.lookupCanvas = lookupCanvas;
     this.contentGrid = contentGrid;
 }