diff options
| author | Michael <[email protected]> | 2017-04-29 13:28:37 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-29 13:28:37 -0400 |
| commit | 7293e2f07f99603c1f63826d705ce4179d70c663 (patch) | |
| tree | 940c626de9832175f50cc083e721669ff10a8635 /ShiftOS.WinForms/TestCommandsForUpgrades.cs | |
| parent | 9916fafefca35e11edffb91566a3eee3aa90cd95 (diff) | |
| download | shiftos_thereturn-7293e2f07f99603c1f63826d705ce4179d70c663.tar.gz shiftos_thereturn-7293e2f07f99603c1f63826d705ce4179d70c663.tar.bz2 shiftos_thereturn-7293e2f07f99603c1f63826d705ce4179d70c663.zip | |
Window Resizing.
Diffstat (limited to 'ShiftOS.WinForms/TestCommandsForUpgrades.cs')
| -rw-r--r-- | ShiftOS.WinForms/TestCommandsForUpgrades.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/TestCommandsForUpgrades.cs b/ShiftOS.WinForms/TestCommandsForUpgrades.cs index 491cc6a..739a2a2 100644 --- a/ShiftOS.WinForms/TestCommandsForUpgrades.cs +++ b/ShiftOS.WinForms/TestCommandsForUpgrades.cs @@ -10,11 +10,12 @@ namespace ShiftOS.WinForms [Namespace("test")] public static class TestCommandsForUpgrades { - [ShiftoriumUpgrade("Test Command", 50, "This is a simple test command", null, "Test")] [Command("simpletest")] public static bool Simple() { return true; } } + + } |
