public UIGlyphGroupSelector(IUIInterationContext context)
     : base(context)
 {
     _SelectorBand = new UISelectorBand (context);
 }
Ejemplo n.º 2
0
 public UIGlyphGroupSelector(IUIInterationContext context)
     : base(context)
 {
     _SelectorBand = new UISelectorBand(context);
 }
Ejemplo n.º 3
0
 public UIGlyphCreater(IUIInterationContext context, string modelElementMethod)
     : base(context)
 {
     _SelectorBand = new UISelectorBand(context, true);
     _CreateMethod = modelElementMethod;
 }