C# Class PurplePen.InitialScreen

Show file Open project: petergolde/PurplePen

Public Methods

Method Description
CreateNewEvent ( ) : void
InitialScreen ( ) : System
OpenExistingEvent ( ) : void
OpenLastViewedEvent ( ) : void
OpenSampleEvent ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

CreateNewEvent() public method

public CreateNewEvent ( ) : void
return void

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

InitialScreen() public method

public InitialScreen ( ) : System
return System

OpenExistingEvent() public method

public OpenExistingEvent ( ) : void
return void

OpenLastViewedEvent() public method

public OpenLastViewedEvent ( ) : void
return void

OpenSampleEvent() public method

public OpenSampleEvent ( ) : void
return void