Beispiel #1
0
 public Iris()
 {
     nexaIris    = new NexaIris();
     algorithms  = new List <Algorithm>();
     cacheConfig = nexaIris.CreateCacheConfig("cache");
     cacheConfig.SetDir(ChachePath);
     _error      = string.Empty;
     initialized = false;
 }