C# Class PROJECTNAMESPACE.AzureCopyControl

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: nHydrate/nHydrate

Public Methods

Method Description
AzureCopyControl ( ) : System

LoadSettings ( InstallSettings settings ) : void

SaveSettings ( InstallSettings settings ) : void

Private Methods

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

LoadSettings() public method

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

SaveSettings() public method

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