C# Class CyrusBuilt.MonoPi.Components.Switches.ToggleSwitchBase

Base class for toggle switch component abstractions.
Inheritance: SwitchBase, IToggleSwitch
ファイルを表示 Open project: cyrusbuilt/MonoPi

Protected Methods

Method Description
ToggleSwitchBase ( ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Switches.ToggleSwitchBase class. This is the default constructor.

Method Details

ToggleSwitchBase() protected method

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Switches.ToggleSwitchBase class. This is the default constructor.
protected ToggleSwitchBase ( ) : System
return System