diff options
| author | Michael <[email protected]> | 2017-05-23 19:07:25 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-23 19:07:25 -0400 |
| commit | 660c42a19c831b9768d7bb6845b22474459a311e (patch) | |
| tree | 134df56cf75f17747f694487e0272b38ac761de1 /ShiftOS.WinForms/Applications/TriSheet.cs | |
| parent | 6747c63e2c8c5a274846da7200c50a444b725d28 (diff) | |
| download | shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.tar.gz shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.tar.bz2 shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.zip | |
Disable TriPresent for Beta 2.5.
Diffstat (limited to 'ShiftOS.WinForms/Applications/TriSheet.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TriSheet.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/TriSheet.cs b/ShiftOS.WinForms/Applications/TriSheet.cs index 1013bc7..18b09b3 100644 --- a/ShiftOS.WinForms/Applications/TriSheet.cs +++ b/ShiftOS.WinForms/Applications/TriSheet.cs @@ -1,4 +1,6 @@ -using System; +#define BETA_2_5 + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; |
