C# Class PSXDownloadHelper.UrlReplace

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: KOPElan/PSX-Download-Helper Class Usage Examples

Méthodes publiques

Méthode Description
SetLixian ( bool set ) : void
ShowPing ( string host ) : void
ToUrlInfo ( ) : UrlInfo

转换为urlinfo对象

UrlReplace ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ShowCopySuccess ( MouseEventArgs e ) : void
UrlReplace_DragDrop ( object sender, DragEventArgs e ) : void

拖动添加替换文件

UrlReplace_DragEnter ( object sender, DragEventArgs e ) : void
btn_del_Click ( object sender, EventArgs e ) : void
btn_enablelx_Click ( object sender, EventArgs e ) : void

启用离线加速

btn_ping_Click ( object sender, EventArgs e ) : void
btn_replace_Click ( object sender, EventArgs e ) : void

替换文件

ping_PingCompleted ( object sender, PingCompletedEventArgs e ) : void
tb_lx_TextChanged ( object sender, EventArgs e ) : void
tb_mark_TextChanged ( object sender, EventArgs e ) : void
tb_psn_DoubleClick ( object sender, EventArgs e ) : void
tb_psn_MouseEnter ( object sender, EventArgs e ) : void
tb_psn_MouseLeave ( object sender, EventArgs e ) : void
timer_main_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetLixian() public méthode

public SetLixian ( bool set ) : void
set bool
Résultat void

ShowPing() public méthode

public ShowPing ( string host ) : void
host string
Résultat void

ToUrlInfo() public méthode

转换为urlinfo对象
public ToUrlInfo ( ) : UrlInfo
Résultat UrlInfo

UrlReplace() public méthode

public UrlReplace ( ) : System
Résultat System