Пример #1
0
 public static void OptionsLoaderInit()
 {
     _dataLoader = new OptionsDataLoader();
     InitOptions();
 }
Пример #2
0
 public static void FactorAnalizeInit(string tns)
 {
     _dataLoader      = new FactorDataLoader(tns);
     _factorScoreList = new Dictionary <Factor, int>();
     SetFactorResultList();
 }
Пример #3
0
 public static void Start()
 {
     _dataLoader =
         new BaseDataLoader(@"E:\Projects\C#\Interview\Interview\Interview");
 }