C# Class Planetarium_Plugin.RemoveDictionary

Datei anzeigen Open project: coachlab/Planetarium-PowerPoint-Plugin

Public Methods

Method Description
RemoveDictionary ( ) : 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.

RemoveDictionary_Load ( object sender, EventArgs e ) : void

reloads all dictionaries when the control is loaded

cmbDictionary_Click ( object sender, EventArgs e ) : void
cmbDictionary_Click_1 ( object sender, EventArgs e ) : void
cmdRemoveDictionary_Click ( object sender, EventArgs e ) : void
reload ( ) : void

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

RemoveDictionary() public method

public RemoveDictionary ( ) : System
return System