示例#1
0
 public UpDownBaseButtonProvider(UpDownBase upDownBase,
                                 UpDownBaseButtonOrientation orientation)
     : base(null)
 {
     this.upDownBase  = upDownBase;
     this.orientation = orientation;
 }
示例#2
0
			public UpDownBaseButtonProvider (UpDownBase upDownBase,
			                                 UpDownBaseButtonOrientation orientation)
				: base (null)
			{
				this.upDownBase = upDownBase;
				this.orientation = orientation;
			}