예제 #1
0
 protected static ZenCodingEngine GetEngine(ISolution solution)
 {
     return(solution.GetOrCreateData(ourKey, () => Shell.Instance.GetComponent <ZenCodingEngine>()));
 }
 protected static ZenCodingEngine GetEngine(ISolution solution)
 {
   return solution.GetOrCreateData(ourKey, () => Shell.Instance.GetComponent<ZenCodingEngine>());
 }
 protected static ZenCodingEngine GetEngine(ISolution solution)
 {
     return solution.GetOrCreateData(ourKey, () => new ZenCodingEngine(solution));
 }