C# Class AlbLib.INI.Config

Datei anzeigen Open project: IllidanS4/AlbLib

Public Methods

Method Description
Config ( ) : System
Config ( string file ) : System
Save ( ) : void
Save ( string file ) : void

Method Details

Config() public method

public Config ( ) : System
return System

Config() public method

public Config ( string file ) : System
file string
return System

Save() public method

public Save ( ) : void
return void

Save() public method

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