Пример #1
0
 public void FixupReferences(Scrolling Owner)
 {
     this.owner                 = Owner;
     this.WindowOriginX         = this.windowOriginX;
     this.WindowOriginY         = this.windowOriginY;
     this.ScrollBars            = this.scrollBars;
     this.DefaultHorzScrollSize = this.defaultHorzScrollSize;
 }
Пример #2
0
 public XmlScrollingInfo(Scrolling Owner) : this()
 {
     this.owner = Owner;
 }