Exemple #1
0
 public RibbonChildrenViewBuilder(IRibbonViewBuilder <TChildDefinition, TChildView> childViewBuilder, IGroupedDefinitionProvider <TChildDefinition> childDefinitionProvider)
 {
     this.childViewBuilder        = childViewBuilder;
     this.childDefinitionProvider = childDefinitionProvider;
 }
Exemple #2
0
 public RibbonDefinitionSortIndexValidator(IGroupedDefinitionProvider <TDefinition> definitionProvider)
 {
     this.definitionProvider = definitionProvider;
 }