C# Class PSXDownloadHelper.UrlReplace

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: KOPElan/PSX-Download-Helper Class Usage Examples

Public Methods

Method Description
SetLixian ( bool set ) : void
ShowPing ( string host ) : void
ToUrlInfo ( ) : UrlInfo

转换为urlinfo对象

UrlReplace ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

SetLixian() public method

public SetLixian ( bool set ) : void
set bool
return void

ShowPing() public method

public ShowPing ( string host ) : void
host string
return void

ToUrlInfo() public method

转换为urlinfo对象
public ToUrlInfo ( ) : UrlInfo
return UrlInfo

UrlReplace() public method

public UrlReplace ( ) : System
return System