Skip to content

Commit 420081d

Browse files
committed
Renamed start button event.
1 parent df2264a commit 420081d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SPDIFKA/SPDIFGUI.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SPDIFKA/SPDIFGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public SPDIFKAGUI()
5656
/// </summary>
5757
/// <param name="sender"></param>
5858
/// <param name="e"></param>
59-
private void button1_Click(object sender, EventArgs e)
59+
private void startButton_Click(object sender, EventArgs e)
6060
{
6161
manageStartStop();
6262
}

0 commit comments

Comments
 (0)