aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-13 19:13:35 -0500
committerlempamo <[email protected]>2017-07-13 19:13:35 -0500
commit7c02e210108003913dfc77a001f546bb0617dba8 (patch)
tree47483f2d12766475390f10f785de3dd0603fdd2a /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs
parent8f5ced0b128eddaf6656a417097fed13bc9aa2ef (diff)
downloadhistacom2-7c02e210108003913dfc77a001f546bb0617dba8.tar.gz
histacom2-7c02e210108003913dfc77a001f546bb0617dba8.tar.bz2
histacom2-7c02e210108003913dfc77a001f546bb0617dba8.zip
pixel perfected:tm: calculator
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs
index 57fa683..e2c8d64 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs
@@ -26,6 +26,7 @@ namespace TimeHACK.OS.Win95
{
lblCountDown.Visible = true;
btnGo.Enabled = false;
+ ((WinClassic)ParentForm).closeDisabled = true;
_action?.Invoke();
countDownTimer.Start();