C# Class Planetarium_Plugin.AddDictionary

Inheritance: System.Windows.Forms.UserControl
Show file Open project: coachlab/Planetarium-PowerPoint-Plugin

Public Methods

Method Description
AddDictionary ( ) : System

Constructor for adddictionary class

showSlideNumber ( string id, string num ) : void

show the slide number of the selected slide on the user controller for adding a dictionary

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.

cmdAddSlide_Click_1 ( object sender, EventArgs e ) : void

Handles button for adding slides

cmdCreateDictionary_Click ( object sender, EventArgs e ) : void

Handles button for creating dictionaries

cmdFinish_Click ( object sender, EventArgs e ) : void

Clean up panel after saving a dictionary

txtSlideNumber_TextChanged ( object sender, EventArgs e ) : void

Display the keyword for the selected slide

Method Details

AddDictionary() public method

Constructor for adddictionary class
public AddDictionary ( ) : System
return System

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

showSlideNumber() public method

show the slide number of the selected slide on the user controller for adding a dictionary
public showSlideNumber ( string id, string num ) : void
id string the slide id of the selected slide
num string the slide number of the selected slide
return void