From b45df71168d5fa3f817c45194e4019d15b3a2aa0 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 1 Oct 2017 09:52:36 -0600 Subject: Shifting is working owow --- ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs') 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) + { + + } } } -- cgit v1.2.3