From 7293e2f07f99603c1f63826d705ce4179d70c663 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 29 Apr 2017 13:28:37 -0400 Subject: Window Resizing. --- ShiftOS.WinForms/TestCommandsForUpgrades.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/TestCommandsForUpgrades.cs') 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; } } + + } -- cgit v1.2.3