aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/TriSheet.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-20 15:32:39 -0400
committerMichael <[email protected]>2017-05-20 15:32:44 -0400
commit64dbc45739f90f6a5e143aef9c3530566b2fc8ce (patch)
tree0dce03bafeaa8e5d3c9040ebbc018a245dc8d989 /ShiftOS.WinForms/Applications/TriSheet.cs
parente248514bcfc42fa2b042ef6a39ae31b06871705d (diff)
downloadshiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.tar.gz
shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.tar.bz2
shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.zip
change some story stuff
Diffstat (limited to 'ShiftOS.WinForms/Applications/TriSheet.cs')
-rw-r--r--ShiftOS.WinForms/Applications/TriSheet.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/TriSheet.cs b/ShiftOS.WinForms/Applications/TriSheet.cs
new file mode 100644
index 0000000..1013bc7
--- /dev/null
+++ b/ShiftOS.WinForms/Applications/TriSheet.cs
@@ -0,0 +1,20 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Drawing;
+using System.Data;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ShiftOS.WinForms.Applications
+{
+ public partial class TriSheet : UserControl
+ {
+ public TriSheet()
+ {
+ InitializeComponent();
+ }
+ }
+}