C# Class DuraznoGUI.INIsettings

Mostra file Open project: KrossX/Durazno Class Usage Examples

Public Methods

Method Description
INIsettings ( MainWindow mWin, int version ) : System
LoadSettings ( ) : void
SaveSettings ( ) : void

Private Methods

Method Description
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
ReadEntry ( string section, string key ) : int
ReadRemapString ( int port ) : void
SaveEntry ( string section, string key, int value ) : bool
SaveRemapString ( int port ) : bool
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

Method Details

INIsettings() public method

public INIsettings ( MainWindow mWin, int version ) : System
mWin MainWindow
version int
return System

LoadSettings() public method

public LoadSettings ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void