C# Class SubServer.ServiceManager

Mostra file Open project: SiteView/ECC8.13

Public Methods

Method Description
Load ( string strServiceFile ) : bool
Save ( ) : void
SaveAs ( string strFilePath ) : void
ServiceManager ( ) : System

Method Details

Load() public method

public Load ( string strServiceFile ) : bool
strServiceFile string
return bool

Save() public method

public Save ( ) : void
return void

SaveAs() public method

public SaveAs ( string strFilePath ) : void
strFilePath string
return void

ServiceManager() public method

public ServiceManager ( ) : System
return System