C# Class VixenModules.App.Shows.ShowTypeEditor

Exibir arquivo Open project: sall/vixen

Public Properties

Property Type Description
_currentShowID Guid
_showItem ShowItem
_shows List

Public Methods

Method Description
PopulateShowList ( ) : void
ShowTypeEditor ( ShowItem item, Guid currentShowID ) : System

Private Methods

Method Description
checkBoxStopCurrentShow_CheckedChanged ( object sender, EventArgs e ) : void
comboBoxShow_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox_DrawItem ( object sender, DrawItemEventArgs e ) : void

Method Details

PopulateShowList() public method

public PopulateShowList ( ) : void
return void

ShowTypeEditor() public method

public ShowTypeEditor ( ShowItem item, Guid currentShowID ) : System
item ShowItem
currentShowID Guid
return System

Property Details

_currentShowID public_oe property

public Guid _currentShowID
return Guid

_showItem public_oe property

public ShowItem,VixenModules.App.Shows _showItem
return ShowItem

_shows public_oe property

public List _shows
return List