From 9c24aebd302435b9993dd495cea5898cd5872867 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Tue, 26 Sep 2017 19:09:21 -0500 Subject: Began work on a crappy Skinning Engine; Shifter is removed until completed. --- ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs (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 deleted file mode 100644 index 74b2079..0000000 --- a/ShiftOS.Main/ShiftOS/Apps/ShifterStuff/Shifter.cs +++ /dev/null @@ -1,29 +0,0 @@ -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; -using ShiftOS.Engine.WindowManager; - -namespace ShiftOS.Main.ShiftOS.Apps -{ - public partial class Shifter : UserControl - { - public int colorType; //This is a check to see what option was chosen. - ShiftWM wm = new ShiftWM(); - public Shifter() - { - InitializeComponent(); - } - - private void button1_Click(object sender, EventArgs e) - { - colorType = 1; - wm.Init(new SelectColor(), "Select a color", Properties.Resources.iconColourPicker_fw); - } - } -} -- cgit v1.2.3