C# Класс Organisation.Configuration.ConfigHotKey

Class that stores the configuration of an hotkey
Показать файл Открыть проект

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

Метод Описание
ConfigHotKey ( ) : System

Constructor initialize the values

ConfigHotKey ( Configuration config ) : System

Second destructor if no xml-file is available

SetConfiguration ( Configuration config ) : void

Sets the configuraiton object

Приватные методы

Метод Описание
InitValues ( ) : void

Initialize the values to the default value

ParentNotify ( ) : void

Notify the configuration object

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

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

Constructor initialize the values
public ConfigHotKey ( ) : System
Результат System

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

Second destructor if no xml-file is available
public ConfigHotKey ( Configuration config ) : System
config Configuration Configuration object
Результат System

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

Sets the configuraiton object
public SetConfiguration ( Configuration config ) : void
config Configuration Configuration object
Результат void