コード例 #1
0
 public MiniMapControl()
 {
     InitializeComponent();
     this.lookupWindowManager = new MiniMapViewController(this.lookupCanvas, this.lookupWindow, this.contentGrid);
 }
コード例 #2
0
 public MiniMapControl()
 {
     InitializeComponent();
     this.lookupWindowManager = new MiniMapViewController(this.lookupCanvas, this.lookupWindow, this.contentGrid);
 }
コード例 #3
0
 public LookupWindow(MiniMapViewController parent, Rectangle lookupWindowRectangle)
 {
     this.mousePosition         = new Point();
     this.parent                = parent;
     this.lookupWindowRectangle = lookupWindowRectangle;
 }
コード例 #4
0
 public LookupWindow(MiniMapViewController parent, Rectangle lookupWindowRectangle)
 {
     this.mousePosition = new Point();
     this.parent = parent;
     this.lookupWindowRectangle = lookupWindowRectangle;
 }