C# Класс CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightEventArgs

Fireplace pilot light event arguments class.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FireplacePilotLightEventArgs ( System.Boolean lightIsOn ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightEventArgs class with a flag indicating whether or not the pilot light is on.

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

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

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightEventArgs class with a flag indicating whether or not the pilot light is on.
public FireplacePilotLightEventArgs ( System.Boolean lightIsOn ) : System
lightIsOn System.Boolean /// If set to true the pilot light is on. ///
Результат System