C# Class PurplePen.InitialScreen

Afficher le fichier Open project: petergolde/PurplePen

Méthodes publiques

Méthode Description
CreateNewEvent ( ) : void
InitialScreen ( ) : System
OpenExistingEvent ( ) : void
OpenLastViewedEvent ( ) : void
OpenSampleEvent ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CreateNewEvent ( ) : void
Résultat void

Dispose() protected méthode

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

InitialScreen() public méthode

public InitialScreen ( ) : System
Résultat System

OpenExistingEvent() public méthode

public OpenExistingEvent ( ) : void
Résultat void

OpenLastViewedEvent() public méthode

public OpenLastViewedEvent ( ) : void
Résultat void

OpenSampleEvent() public méthode

public OpenSampleEvent ( ) : void
Résultat void