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