C# Класс Planetarium_Plugin.Presentation

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

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

Метод Описание
Presentation ( ) : System

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

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

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

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

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

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

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

public Presentation ( ) : System
Результат System