C# Class MasterDictionaryUserControl.MasterDictionaryManager

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: ModernSteward/ModernSteward

Public Methods

Method Description
MasterDictionaryManager ( ) : System
addWordToTheMasterDictionary ( string word ) : void

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.

RenewGridViewDictionaryItems ( ) : void
buttonAddNewWordToTheMasterDictionary_Click ( object sender, EventArgs e ) : void
buttonDeleteSelectedWord_Click ( object sender, EventArgs e ) : void
deleteWordFromTheDictionary ( string wordToDelete ) : void
textBoxNewWordToAdd_KeyDown ( object sender, KeyEventArgs e ) : 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

MasterDictionaryManager() public method

public MasterDictionaryManager ( ) : System
return System

addWordToTheMasterDictionary() public method

public addWordToTheMasterDictionary ( string word ) : void
word string
return void