aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-10-01 09:52:36 -0600
committerAShifter <[email protected]>2017-10-01 09:52:36 -0600
commitb45df71168d5fa3f817c45194e4019d15b3a2aa0 (patch)
tree55e0f988107830ffb809acef6d5ac8c25722ef7b /ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs
parent46fe7eb7098dd31b186e13e228fede07c46ee064 (diff)
downloadshiftos-rewind-b45df71168d5fa3f817c45194e4019d15b3a2aa0.tar.gz
shiftos-rewind-b45df71168d5fa3f817c45194e4019d15b3a2aa0.tar.bz2
shiftos-rewind-b45df71168d5fa3f817c45194e4019d15b3a2aa0.zip
Shifting is working
owow
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs b/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs
index 098920f..5d5ad7d 100644
--- a/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs
+++ b/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs
@@ -18,5 +18,15 @@ namespace ShiftOS.Main.ShiftOS.Apps
colorType = 1;
ShiftWM.Init(new SelectColor(), "Select a color", Properties.Resources.iconColourPicker_fw.ToIcon());
}
+
+ private void button3_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void button2_Click(object sender, EventArgs e)
+ {
+
+ }
}
}