C# Class VixenModules.App.Shows.ShowListForm

Inheritance: Common.Controls.BaseForm
ファイルを表示 Open project: sall/vixen Class Usage Examples

Public Methods

Method Description
ShowListForm ( VixenModules.App.Shows.ShowsData data ) : System

Protected Methods

Method Description
PopulateShowList ( Show selectedShow ) : void

Private Methods

Method Description
DeleteSelectedShow ( ) : void
EditSelectedShow ( ) : void
ShowListForm_Load ( object sender, EventArgs e ) : void
buttonAdd_Click ( object sender, EventArgs e ) : void
buttonBackground_MouseHover ( object sender, EventArgs e ) : void
buttonBackground_MouseLeave ( object sender, EventArgs e ) : void
buttonDelete_Click ( object sender, EventArgs e ) : void
buttonEdit_Click ( object sender, EventArgs e ) : void
buttonHelp_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
groupBoxes_Paint ( object sender, PaintEventArgs e ) : void
listViewShows_AfterLabelEdit ( object sender, System.Windows.Forms.LabelEditEventArgs e ) : void
listViewShows_DoubleClick ( object sender, EventArgs e ) : void

Method Details

PopulateShowList() protected method

protected PopulateShowList ( Show selectedShow ) : void
selectedShow Show
return void

ShowListForm() public method

public ShowListForm ( VixenModules.App.Shows.ShowsData data ) : System
data VixenModules.App.Shows.ShowsData
return System