Property | Type | Description | |
---|---|---|---|
plugin |
Method | Description | |
---|---|---|
SiteManageForm ( |
||
addWebSite ( string siteUrl, string username, string password, string websiteName ) : void | ||
editWebSite ( int index, string siteUrl, string username, string password, string websiteName ) : void |
网站编辑结果展示
|
|
initSiteList ( ) : void |
初始化网站列表
|
|
onDeleteClick ( object sender, EventArgs e ) : void |
鼠标右键删除网站
|
|
onEditClick ( object sender, EventArgs e ) : void |
鼠标右键编辑网站信息
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SiteManageForm_Load ( object sender, EventArgs e ) : void | ||
addSiteBtnClick ( object sender, EventArgs e ) : void | ||
button2_Click ( object sender, EventArgs e ) : void | ||
onListDbClicked ( object sender, EventArgs e ) : void |
列表项鼠标双击处理
|
|
siteListView_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
toolStripStatusLabel1_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SiteManageForm ( |
||
plugin | ||
return | System |
public addWebSite ( string siteUrl, string username, string password, string websiteName ) : void | ||
siteUrl | string | |
username | string | |
password | string | |
websiteName | string | |
return | void |
public editWebSite ( int index, string siteUrl, string username, string password, string websiteName ) : void | ||
index | int | |
siteUrl | string | |
username | string | |
password | string | |
websiteName | string | |
return | void |
public onDeleteClick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public onEditClick ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |