C# Класс CSharpTradeOffers.Configuration.XmlConfigHandler

Наследование: IConfig
Показать файл Открыть проект

Открытые методы

Метод Описание
Reload ( DefaultConfig config ) : DefaultConfig

Reloads the configuration file (path). If file is not present, it will generate a new one.

WriteChanges ( DefaultConfig towrite ) : void

Writes the changes made to the config.

Описание методов

Reload() публичный Метод

Reloads the configuration file (path). If file is not present, it will generate a new one.
public Reload ( DefaultConfig config ) : DefaultConfig
config DefaultConfig
Результат DefaultConfig

WriteChanges() публичный Метод

Writes the changes made to the config.
public WriteChanges ( DefaultConfig towrite ) : void
towrite DefaultConfig
Результат void