Example #1
0
        // It is now ok to exit, close the form
        private void axApplicationMgr_ExitApplication(object sender, System.EventArgs e)
        {
            Environment.ExitCode = this.axApplicationMgr.ExitCode;
            Close();

            TSHelper.DoSynchronousGCForCOMObjectDestruction();
        }
 public CachedSearcher(string path, TestsLogger logger, bool asyncCache = false)
 {
     _helper = new TSHelper(path, asyncCache, logger);
 }