C# Class Acme.Northwind.Install.AzureCopyControl

Mostra file Open project: nHydrate/nHydrate

Public Methods

Method Description
AzureCopyControl ( ) : System

LoadSettings ( InstallSettings settings ) : void

SaveSettings ( InstallSettings settings ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AzureCopyControl ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadSettings() public method

public LoadSettings ( InstallSettings settings ) : void
settings InstallSettings
return void

SaveSettings() public method

public SaveSettings ( InstallSettings settings ) : void
settings InstallSettings
return void