C# Class Microsoft.Dynamics.Integration.Adapters.DynamicCrm.Configuration.StatusForm

显示文件 Open project: Microsoft/Instance-Adapter-for-Microsoft-Dynamics-CRM

Public Methods

Method Description
StatusForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ConfigurationEventException ( object sender, ConfigurationEventArgs args ) : void
ConfigurationPostEventHandler ( object src, ConfigurationEventArgs args ) : void
ConfigurationPreEventHandler ( object src, ConfigurationEventArgs args ) : void
ConfigureObjectProviders ( string organizationName ) : void
InitializeComponent ( ) : void

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

StatusForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConfigure_Click ( object sender, EventArgs e ) : void
btnFinish_Click ( object sender, EventArgs e ) : void

Method Details

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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

StatusForm() public method

public StatusForm ( ) : System
return System