C# Class Acme.Northwind.Install.AzureCopyControl

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
AzureCopyControl ( ) : System

LoadSettings ( InstallSettings settings ) : void

SaveSettings ( InstallSettings settings ) : void

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.

UpdateLogin ( ) : void
optSourceIntegratedSecurity_CheckedChanged ( object sender, EventArgs e ) : void
optSourceUserPassword_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AzureCopyControl() public méthode

public AzureCopyControl ( ) : System
Résultat System

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

LoadSettings() public méthode

public LoadSettings ( InstallSettings settings ) : void
settings InstallSettings
Résultat void

SaveSettings() public méthode

public SaveSettings ( InstallSettings settings ) : void
settings InstallSettings
Résultat void