public void initStaticVars() { LogHandler = new csLogging(System.Environment.UserName, DateTime.Now, Properties.Settings.Default.LogWriteLocation); if (VersionControl == null) { VersionControl = new csVersionControl(); } }
internal void disposeStaticVars() { LogHandler = null; VersionControl = null; }