C# Class VixenModules.App.Shows.PauseTypeEditor

Exibir arquivo Open project: sall/vixen

Public Properties

Property Type Description
ContolLabel1 Label
ContolNumericUpDownPauseSeconds NumericUpDown
_showItem ShowItem

Public Methods

Method Description
PauseTypeEditor ( ShowItem showItem ) : System

Private Methods

Method Description
SequenceTypeEditor_Load ( object sender, EventArgs e ) : void
numericUpDownPauseSeconds_ValueChanged ( object sender, EventArgs e ) : void

Method Details

PauseTypeEditor() public method

public PauseTypeEditor ( ShowItem showItem ) : System
showItem ShowItem
return System

Property Details

ContolLabel1 public_oe static_oe property

public static Label ContolLabel1
return Label

ContolNumericUpDownPauseSeconds public_oe static_oe property

public static NumericUpDown ContolNumericUpDownPauseSeconds
return NumericUpDown

_showItem public_oe static_oe property

public static ShowItem,VixenModules.App.Shows _showItem
return ShowItem