Ejemplo n.º 1
0
 public static IElementModel ReadRule(string rulePath)
 {
     return(LoadAdapterUtility.LoadModel(rulePath));
 }
Ejemplo n.º 2
0
 public static IElementModel ReadRule(string rulePath)
 {
     return(LoadAdapterUtility.LoadNavigableSource(rulePath).GetElementModels(0).First());
 }