Beispiel #1
0
 public LunaScrollBar(LunaScrollOrientation orientation, int width)
     : this(orientation)
 {
     base.Width = width;
 }
Beispiel #2
0
 public LunaScrollBar(LunaScrollOrientation orientation)
     : this()
 {
     Orientation = orientation;
 }