Skip to content

Commit

Permalink
Added min and max feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ilman01 committed Dec 10, 2022
1 parent 41ee936 commit 1731869
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
40 changes: 34 additions & 6 deletions Main.Designer.cs

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

9 changes: 9 additions & 0 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,14 @@ void wc_DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs
}
}

private void button9_Click(object sender, EventArgs e)
{
textBox4.Text = "00:00";
}

private void button10_Click(object sender, EventArgs e)
{
textBox5.Text = axWindowsMediaPlayer1.currentMedia.durationString;
}
}
}

0 comments on commit 1731869

Please sign in to comment.