Load() public method

public Load ( ) : void
return void
Exemplo n.º 1
0
 static TracConfig()
 {
     Settings = new TracConfiguration(Path.Combine(ServiceConfig.ServicesDllLocation, "Trac.dll.config"));
     Settings.Load();
 }