C# 클래스 PurplePen.InitialScreen

파일 보기 프로젝트 열기: petergolde/PurplePen

공개 메소드들

메소드 설명
CreateNewEvent ( ) : void
InitialScreen ( ) : System
OpenExistingEvent ( ) : void
OpenLastViewedEvent ( ) : void
OpenSampleEvent ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitialScreen_FormClosed ( object sender, FormClosedEventArgs e ) : void
InitialScreen_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Quit ( ) : void
SampleEventFileName ( ) : string
backgroundPanel_Paint ( object sender, PaintEventArgs e ) : void
donationLink_Click ( object sender, EventArgs e ) : void
donationLink_Click ( object sender, LinkLabelLinkClickedEventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void
quitButton_Click ( object sender, EventArgs e ) : void

메소드 상세

CreateNewEvent() 공개 메소드

public CreateNewEvent ( ) : void
리턴 void

Dispose() 보호된 메소드

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

InitialScreen() 공개 메소드

public InitialScreen ( ) : System
리턴 System

OpenExistingEvent() 공개 메소드

public OpenExistingEvent ( ) : void
리턴 void

OpenLastViewedEvent() 공개 메소드

public OpenLastViewedEvent ( ) : void
리턴 void

OpenSampleEvent() 공개 메소드

public OpenSampleEvent ( ) : void
리턴 void