public UIGlyphGroupSelector(IUIInterationContext context)
     : base(context)
 {
     _SelectorBand = new UISelectorBand (context);
 }
 public UIGlyphGroupSelector(IUIInterationContext context)
     : base(context)
 {
     _SelectorBand = new UISelectorBand(context);
 }
Example #3
0
 public UIGlyphCreater(IUIInterationContext context, string modelElementMethod)
     : base(context)
 {
     _SelectorBand = new UISelectorBand(context, true);
     _CreateMethod = modelElementMethod;
 }