C# Class QiyiFLV2MP4_GUI.Main

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: fengmoxi/QiyiFLV2MP4

Méthodes publiques

Свойство Type Description
ConvertSuccess int
inputPath string

Méthodes publiques

Méthode Description
Main ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Méthode Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要修改 使用代码编辑器修改此方法的内容。

Main_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
Main_Load ( object sender, EventArgs e ) : void
PromptOverwrite ( string path ) : bool
SortOutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
convert ( string args, bool delete ) : bool
listBox1_DragDrop ( object sender, DragEventArgs e ) : void
listBox1_DragEnter ( object sender, DragEventArgs e ) : void
listBox1_DragOver ( object sender, DragEventArgs e ) : void
richTextBox1_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

Main() public méthode

public Main ( ) : System
Résultat System

Property Details

ConvertSuccess public_oe property

public int ConvertSuccess
Résultat int

inputPath public_oe static_oe property

public static string inputPath
Résultat string