コード例 #1
0
ファイル: Form1.cs プロジェクト: CiniMinis/HighSchool-Project
 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();
 }
コード例 #2
0
 private void addWord_Btn_Click(object sender, EventArgs e)
 {
     HomePanel.Hide();
     addWordPanel.Show();
 }