C# Class DesktopLiveStreamer.FrmAdd

Exibir arquivo Open project: charnet3d/DesktopLiveStreamer Class Usage Examples

Public Methods

Method Description
FrmAdd ( ListStreams list ) : System
FrmAdd ( ListStreams list, String caption, String url, String quality ) : System
FrmAdd ( ListStreams list, int index, Boolean clone ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Method Description
FrmAdd_FormClosed ( object sender, FormClosedEventArgs e ) : void
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

btnAdd_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnModify_Click ( object sender, EventArgs e ) : void
txtCaption_TextChanged ( object sender, EventArgs e ) : void
txtQuality_TextChanged ( object sender, EventArgs e ) : void
txtURL_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
return void

FrmAdd() public method

public FrmAdd ( ListStreams list ) : System
list ListStreams
return System

FrmAdd() public method

public FrmAdd ( ListStreams list, String caption, String url, String quality ) : System
list ListStreams
caption String
url String
quality String
return System

FrmAdd() public method

public FrmAdd ( ListStreams list, int index, Boolean clone ) : System
list ListStreams
index int
clone Boolean
return System