Skip to content

Commit

Permalink
updated text 'press ctrl+C to ENable...' to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-doolaeghe committed Feb 15, 2022
1 parent 1a572c1 commit 6d11445
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NoSleepApp/Form1.Designer.cs

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

4 changes: 4 additions & 0 deletions NoSleepApp/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@ private void Form1_KeyDown(object sender, KeyEventArgs e)
MessageBox.Show("Application is now disabled.", "Ctrl+C detected !");
}
}

private void label1_Click(object sender, EventArgs e) {

}
}
}

0 comments on commit 6d11445

Please sign in to comment.