C# 클래스 CSharpTutor.FrmMain

The main UI form container that will display the Constant Contact operations
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: constantcontact/constantcontact-csharp-tutor

공개 메소드들

메소드 설명
FrmMain ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FrmMain() 공개 메소드

public FrmMain ( ) : System
리턴 System