Example #1
0
 private void Home_Show()
 {   // changes the displayed items to fit the home screen
     PathTxt.Hide();
     PathField.Hide();
     ScanBtn.Hide();
     PathBtn.Hide();
     HomeContent.Show();
     HomePanel.Show();
     SettingsBox.Show();
     SettingsTitle.Show();
 }