From 1d56f20e085a041c007fb7ac1fd64c7b8aabfa0f Mon Sep 17 00:00:00 2001 From: lempamo Date: Tue, 8 Aug 2017 15:42:50 -0400 Subject: time distorter transition part 1 --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs index e2c8d64..f7776b1 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.cs @@ -22,6 +22,12 @@ namespace TimeHACK.OS.Win95 _counter = counter; } + public int Counter + { + get { return _counter; } + set { _counter = value; } + } + private void btnGo_Click(object sender, EventArgs e) { lblCountDown.Visible = true; -- cgit v1.2.3