C# Class pGina.Plugin.LocalMachine.Configuration

Exibir arquivo Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

Method Description
Configuration ( ) : System
MaskAuthzUi ( ) : void
MaskGatewayUi ( ) : void
SettingsToUi ( ) : void
UiToSettings ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Form_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

m_Help_Click ( object sender, EventArgs e ) : void
m_btnClose_Click ( object sender, EventArgs e ) : void
m_btnSave_Click ( object sender, EventArgs e ) : void
m_chkAuthzRequireLocal_CheckedChanged ( object sender, EventArgs e ) : void
m_chkRemoveProfile_CheckedChanged ( object sender, EventArgs e ) : void
m_chkScramble_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Configuration() public method

public Configuration ( ) : 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

MaskAuthzUi() public method

public MaskAuthzUi ( ) : void
return void

MaskGatewayUi() public method

public MaskGatewayUi ( ) : void
return void

SettingsToUi() public method

public SettingsToUi ( ) : void
return void

UiToSettings() public method

public UiToSettings ( ) : void
return void