示例#1
0
 // Methods
 protected ScrollProperties(ScrollableView container)
 {
     if (container == null)
     {
         throw new ArgumentNullException("container");
     }
     this._parent = container;
 }
示例#2
0
			// Methods
			protected ScrollProperties(ScrollableView container)
			{
				if (container == null) throw new ArgumentNullException("container");
				this._parent = container;
			}
示例#3
0
			public VScrollProperties(ScrollableView container) : base(container) { }
示例#4
0
 public VScrollProperties(ScrollableView container) : base(container)
 {
 }