From 8e9692fa28cc55520cfd084cd398bd5897bc60fe Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Jan 2017 18:09:48 -0500 Subject: test --- ShiftOS.WinForms/TrailerCommands.cs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ShiftOS.WinForms/TrailerCommands.cs (limited to 'ShiftOS.WinForms/TrailerCommands.cs') diff --git a/ShiftOS.WinForms/TrailerCommands.cs b/ShiftOS.WinForms/TrailerCommands.cs new file mode 100644 index 0000000..6264db0 --- /dev/null +++ b/ShiftOS.WinForms/TrailerCommands.cs @@ -0,0 +1,24 @@ +#define TRAILER +#if TRAILER +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using ShiftOS.Engine; + +namespace ShiftOS.WinForms +{ + [Namespace("trailer")] + public static class TrailerCommands + { + [Command("init")] + public static bool TrailerInit() + { + var oobe = new Oobe(); + oobe.StartTrailer(); + return true; + } + } +} +#endif \ No newline at end of file -- cgit v1.2.3