C# Class HYPDM.Res.AboutForm

Afficher le fichier Open project: huayancreate/HYPDM

Private Properties

Свойство Type Description
InitializeComponent void
llDeveloper_LinkClicked void
webBrowser_DocumentCompleted void

Méthodes publiques

Méthode Description
AboutForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

llDeveloper_LinkClicked ( object sender, System e ) : void
webBrowser_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void

Method Details

AboutForm() public méthode

public AboutForm ( ) : System
Résultat System

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void