C# Class DesktopLiveStreamer.FrmAdd

Afficher le fichier Open project: charnet3d/DesktopLiveStreamer Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

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

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

FrmAdd() public méthode

public FrmAdd ( ListStreams list ) : System
list ListStreams
Résultat System

FrmAdd() public méthode

public FrmAdd ( ListStreams list, String caption, String url, String quality ) : System
list ListStreams
caption String
url String
quality String
Résultat System

FrmAdd() public méthode

public FrmAdd ( ListStreams list, int index, Boolean clone ) : System
list ListStreams
index int
clone Boolean
Résultat System