Example #1
0
 private void getMoviePaths()
 {
     if (_moviePaths == null)
         _moviePaths = new SystemConfigList();
     else
         _moviePaths.Clear();
     _moviePaths.GetByKey("MoviePath");
 }
Example #2
0
 public List <SystemConfigDTO> Get()
 {
     return(SystemConfigList.GetForUI().CurrentDTO);
 }