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