C# Class Planetarium_Plugin.Presentation

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: coachlab/Planetarium-PowerPoint-Plugin

Méthodes publiques

Méthode Description
Presentation ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Presentation_Load ( object sender, EventArgs e ) : void
cmdDictionary_Click ( object sender, EventArgs e ) : void

loads dictionaries into combobox

cmdDictionary_SelectedIndexChanged ( object sender, EventArgs e ) : void

Initialises name and location of dictionary to be used

cmdStartPresentation_Click ( object sender, EventArgs e ) : void

Starts the presentation in full screen mode

rdbDisableNotifications_CheckedChanged ( object sender, EventArgs e ) : void

Allows the user to disable notifications

rdbEnableNotifications_CheckedChanged ( object sender, EventArgs e ) : void

Allows the user to enable notifications

Method Details

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

Presentation() public méthode

public Presentation ( ) : System
Résultat System