Skip to content

Commit

Permalink
Add note to the designer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 committed Mar 3, 2022
1 parent 3c8b178 commit 7d152d7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 15 additions & 2 deletions THP-Conveter-CS/GUI/MP4.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions THP-Conveter-CS/GUI/MP4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public MP4()
{
InitializeComponent();
label1.Hide();
label2.Hide();
button2.Hide();
textBox1.Hide();
label3.Hide();
Expand All @@ -43,6 +44,7 @@ private void button1_Click(object sender, EventArgs e)
Properties.Settings.Default.mp4_video = open.FileName;
Properties.Settings.Default.Save();
label1.Show();
label2.Show();
button2.Show();
textBox1.Show();
label3.Show();
Expand Down

0 comments on commit 7d152d7

Please sign in to comment.