public void CheckSpelling()
 {
     comboBoxTypingUsers.Focus();
     YellowstonePathology.Business.SpellCheck spellCheck = new YellowstonePathology.Business.SpellCheck();
     spellCheck.CheckSpelling(this.m_TypingShortcut);
     MessageBox.Show("Spell check is complete.");
 }
 public void CheckSpelling()
 {
     comboBoxTypingUsers.Focus();
     YellowstonePathology.Business.SpellCheck spellCheck = new YellowstonePathology.Business.SpellCheck();
     spellCheck.CheckSpelling(this.m_TypingShortcut);
     MessageBox.Show("Spell check is complete.");
 }