C# Class CSharpTutor.FrmMain

The main UI form container that will display the Constant Contact operations
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: constantcontact/constantcontact-csharp-tutor

Public Methods

Method Description
FrmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

event triggered when the user wants to go back to the list API calls

ContactListControlDoShowContactsInList ( object sender, EventArgs e ) : void

event triggered when the user tries to view contacts in a contact list

GetStartedToolStripMenuItemClick ( object sender, EventArgs e ) : void

Initialize the quick start tool This will show the operations panel and the request response panel

InitializeComponent ( ) : void

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

LoginDoLogin ( object sender, EventArgs e ) : void

event triggered when the user tries to login

RestartToolStripMenuItemClick ( object sender, EventArgs e ) : void

Reset all the data and give the user the opportunity to start over the guide

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

FrmMain() public method

public FrmMain ( ) : System
return System