diff options
| author | pfg <[email protected]> | 2017-03-12 09:29:17 -0700 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-12 09:29:17 -0700 |
| commit | 6460ccee378e15408768337dcdc1bc77da07da53 (patch) | |
| tree | f32e7a443d23492343fec0881115cbcad15f6324 /ShiftOS.WinForms/Applications/Shifter.cs | |
| parent | b20d77edd1227b2ce53b65b0752972bd65a36e84 (diff) | |
| download | shiftos_thereturn-6460ccee378e15408768337dcdc1bc77da07da53.tar.gz shiftos_thereturn-6460ccee378e15408768337dcdc1bc77da07da53.tar.bz2 shiftos_thereturn-6460ccee378e15408768337dcdc1bc77da07da53.zip | |
Custom Command Syntax
Diffstat (limited to 'ShiftOS.WinForms/Applications/Shifter.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shifter.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ShiftOS.WinForms/Applications/Shifter.cs b/ShiftOS.WinForms/Applications/Shifter.cs index 4d29cf8..9a9b4ad 100644 --- a/ShiftOS.WinForms/Applications/Shifter.cs +++ b/ShiftOS.WinForms/Applications/Shifter.cs @@ -26,20 +26,13 @@ using Newtonsoft.Json; using ShiftOS.Objects.ShiftFS; using System; using System.Collections.Generic; -using System.ComponentModel; -using System.Data; using System.Drawing; -using System.Linq; using System.Reflection; -using System.Text; -using System.Threading; -using System.Threading.Tasks; using System.Windows.Forms; using ShiftOS.Engine; using ShiftOS.WinForms.Tools; -namespace ShiftOS.WinForms.Applications -{ +namespace ShiftOS.WinForms.Applications { [Launcher("Shifter", true, "al_shifter", "Customization")] [RequiresUpgrade("shifter")] [WinOpen("shifter")] |
