C# Class CSharpTutor.Controls.ContactControl

Inheritance: System.Windows.Forms.UserControl
Show file Open project: constantcontact/constantcontact-csharp-tutor

Public Methods

Method Description
ContactControl ( ) : System
ContactControl ( FrmMain frmMain, CredentialsDetails credentialsDetails ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnDoneClick ( object sender, EventArgs e ) : void

Return to main menu

BtnModifyClick ( object sender, EventArgs e ) : void

modify the selected contact information

ContactControlLoad ( object sender, EventArgs e ) : void

On Load

InitializeComponent ( ) : void

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

UpdateContactInformationLink ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

start IE with the API documentation link

Method Details

ContactControl() public method

public ContactControl ( ) : System
return System

ContactControl() public method

public ContactControl ( FrmMain frmMain, CredentialsDetails credentialsDetails ) : System
frmMain FrmMain
credentialsDetails BusinessObjects.CredentialsDetails
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