Exemplo n.º 1
0
 public static void ClearCache()
 {
     KLSettings.Instance.cacheContract = new KLContractDefinition();
     KLEditorCore.RefreshCore();
 }
Exemplo n.º 2
0
 private void RefreshCore()
 {
     KLEditorCore.RefreshCore();
     m_target.RemoveDuplicates();
 }