C# Class PLinkCore.PolicyForm

Afficher le fichier Open project: easylogic/plink Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
PolicyForm ( ) : System
SetHostItem ( HostItem item ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Méthode Description
Button2Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Method Details

Dispose() protected méthode

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

PolicyForm() public méthode

public PolicyForm ( ) : System
Résultat System

SetHostItem() public méthode

public SetHostItem ( HostItem item ) : void
item HostItem
Résultat void