C# Class RDPFileReader.RDPFile

显示文件 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Methods

Method Description
Read ( string filepath ) : void
Save ( string filepath ) : void
Update ( ) : void

Method Details

Read() public method

public Read ( string filepath ) : void
filepath string
return void

Save() public method

public Save ( string filepath ) : void
filepath string
return void

Update() public method

public Update ( ) : void
return void