예제 #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)
 {
 }