C# Класс Planetarium_Plugin.AddDictionary

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

AddDictionary() публичный Метод

Constructor for adddictionary class
public AddDictionary ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

showSlideNumber() публичный Метод

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
Результат void