Example #1
0
 private void AboutSettingsShow()
 {
     LogoPicture.Show();
     AboutDevLink.Show();
     AboutProgramLabel.Show();
 }
Example #2
0
 private void AboutSettingsHide()
 {
     LogoPicture.Hide();
     AboutDevLink.Hide();
     AboutProgramLabel.Hide();
 }