diff options
| author | AShifter <[email protected]> | 2017-10-01 09:53:13 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-01 09:53:13 -0600 |
| commit | fa6be3015633dbcf4250c3fe213d284d067016bd (patch) | |
| tree | 55e0f988107830ffb809acef6d5ac8c25722ef7b /ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs | |
| parent | aa44f27eab230f464e9778a4256c330a056a7b3c (diff) | |
| parent | b45df71168d5fa3f817c45194e4019d15b3a2aa0 (diff) | |
| download | shiftos-rewind-fa6be3015633dbcf4250c3fe213d284d067016bd.tar.gz shiftos-rewind-fa6be3015633dbcf4250c3fe213d284d067016bd.tar.bz2 shiftos-rewind-fa6be3015633dbcf4250c3fe213d284d067016bd.zip | |
Merge pull request #6 from AShifter/master
Master
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs | 10 |
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) + { + + } } } |
