コード例 #1
0
 protected static ZenCodingEngine GetEngine(ISolution solution)
 {
     return(solution.GetOrCreateData(ourKey, () => Shell.Instance.GetComponent <ZenCodingEngine>()));
 }
コード例 #2
0
 protected static ZenCodingEngine GetEngine(ISolution solution)
 {
   return solution.GetOrCreateData(ourKey, () => Shell.Instance.GetComponent<ZenCodingEngine>());
 }
コード例 #3
0
 protected static ZenCodingEngine GetEngine(ISolution solution)
 {
     return solution.GetOrCreateData(ourKey, () => new ZenCodingEngine(solution));
 }