C# Class VixenModules.App.Shows.ShowTypeEditor

Afficher le fichier Open project: sall/vixen

Méthodes publiques

Свойство Type Description
_currentShowID Guid
_showItem ShowItem
_shows List

Méthodes publiques

Méthode Description
PopulateShowList ( ) : void
ShowTypeEditor ( ShowItem item, Guid currentShowID ) : System

Private Methods

Méthode 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 méthode

public PopulateShowList ( ) : void
Résultat void

ShowTypeEditor() public méthode

public ShowTypeEditor ( ShowItem item, Guid currentShowID ) : System
item ShowItem
currentShowID Guid
Résultat System

Property Details

_currentShowID public_oe property

public Guid _currentShowID
Résultat Guid

_showItem public_oe property

public ShowItem,VixenModules.App.Shows _showItem
Résultat ShowItem

_shows public_oe property

public List _shows
Résultat List