Пример #1
0
 public bool TryGetCustomBoxGenerator(string customElementName, out CreateCssBoxDelegate cssBoxGen)
 {
     return(this.registedCustomElemenGens.TryGetValue(customElementName, out cssBoxGen));
 }
Пример #2
0
 public bool TryGetCustomBoxGenerator(string customElementName, out CreateCssBoxDelegate cssBoxGen)
 {
     return this.registedCustomElemenGens.TryGetValue(customElementName, out cssBoxGen);
 }
Пример #3
0
 //-------------------------------------------------------------
 public void RegisterCustomElement(string customElementName, CreateCssBoxDelegate cssBoxGen)
 {
     //replace
     registedCustomElemenGens[customElementName] = cssBoxGen;
 }
Пример #4
0
 //-------------------------------------------------------------
 public void RegisterCustomElement(string customElementName, CreateCssBoxDelegate cssBoxGen)
 {
     //replace
     registedCustomElemenGens[customElementName] = cssBoxGen;
 }