private void Home_Hide()
 {   // changes the displayed items to fit non-home screens
     PathTxt.Show();
     PathField.Show();
     ScanBtn.Show();
     PathBtn.Show();
     HomeContent.Hide();
     HomePanel.Hide();
     SettingsBox.Hide();
     SettingsTitle.Hide();
 }
Exemple #2
0
 private void addWord_Btn_Click(object sender, EventArgs e)
 {
     HomePanel.Hide();
     addWordPanel.Show();
 }