C# Class Planetarium_Plugin.Presentation

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: coachlab/Planetarium-PowerPoint-Plugin

Public Methods

Method Description
Presentation ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Presentation() public method

public Presentation ( ) : System
return System