Example #1
0
 public void Load()
 {
     LSSettings.Read();
     ThreadCount              = LSSettings.Threadcount;
     AutoThread               = LSSettings.Autothread;
     LanguageSelection        = (int)LSSettings.UsedLanguage;
     ProgramSelection         = (int)LSSettings.UsedProgram;
     RunRT                    = LSSettings.RunRT;
     SaveFormatSelection      = (int)LSSettings.SaveFormat;
     BitDepthSelection        = (int)LSSettings.BitDepth;
     JpgQuality               = LSSettings.JpgQuality;
     TiffCompressionSelection = (int)LSSettings.TiffCompression;
     RTPath                   = CheckRT();
     KeepPP3                  = LSSettings.KeepPP3;
 }