C# Class ConsoleApplication1.ProductActivationForm

Afficher le fichier Open project: Eun/WixSharp Class Usage Examples

Méthodes publiques

Méthode Description
BackButton_Click ( ) : void
CancelButton_Click ( ) : void
NextButton_Click ( ) : void
ProductActivationForm ( ) : 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.

wixButton_Click ( ) : void

Method Details

BackButton_Click() public méthode

public BackButton_Click ( ) : void
Résultat void

CancelButton_Click() public méthode

public CancelButton_Click ( ) : void
Résultat void

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

NextButton_Click() public méthode

public NextButton_Click ( ) : void
Résultat void

ProductActivationForm() public méthode

public ProductActivationForm ( ) : System
Résultat System