C# 클래스 DesktopLiveStreamer.FrmAdd

파일 보기 프로젝트 열기: charnet3d/DesktopLiveStreamer 1 사용 예제들

공개 메소드들

메소드 설명
FrmAdd ( ListStreams list ) : System
FrmAdd ( ListStreams list, String caption, String url, String quality ) : System
FrmAdd ( ListStreams list, int index, Boolean clone ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

FrmAdd() 공개 메소드

public FrmAdd ( ListStreams list ) : System
list ListStreams
리턴 System

FrmAdd() 공개 메소드

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

FrmAdd() 공개 메소드

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