Skip to content

Commit

Permalink
fix primedstart cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
SK21 committed Feb 16, 2024
1 parent a60e512 commit eb662e4
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RateAppSource/RateController/frmPrimedStart.Designer.cs

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

7 changes: 7 additions & 0 deletions RateAppSource/RateController/frmPrimedStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ public frmPrimedStart(FormStart CalledFrom)
mf = CalledFrom;
}

private void btnCancel_Click(object sender, EventArgs e)
{
UpdateForm();
btnOK.Focus();
SetButtons(false);
}

private void btnOK_Click(object sender, EventArgs e)
{
try
Expand Down
Binary file not shown.
Binary file modified RateAppSource/RateController/obj/Debug/RateController.exe
Binary file not shown.
Binary file modified RateAppSource/RateController/obj/Debug/RateController.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified RateControllerApp/RateController.exe
Binary file not shown.
Binary file modified RateControllerApp/de/RateController.resources.dll
Binary file not shown.
Binary file modified RateControllerApp/fr/RateController.resources.dll
Binary file not shown.
Binary file modified RateControllerApp/hu/RateController.resources.dll
Binary file not shown.
Binary file modified RateControllerApp/nl/RateController.resources.dll
Binary file not shown.
Binary file modified RateControllerApp/pl/RateController.resources.dll
Binary file not shown.
Binary file modified RateControllerApp/ru/RateController.resources.dll
Binary file not shown.

0 comments on commit eb662e4

Please sign in to comment.