From c81573594f509177214bbc9b64427c8aabdc30a6 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sat, 25 Nov 2017 08:59:48 -0700 Subject: Add SaveSystem, FullScreen Terminal and stuff Git had a horrible seizure and removed our repo but Alex-TIMEHACK helped us get it back. --- ShiftOS.Main/ShiftOS/Apps/FileSkimmer.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS.Main/ShiftOS/Apps/FileSkimmer.cs') diff --git a/ShiftOS.Main/ShiftOS/Apps/FileSkimmer.cs b/ShiftOS.Main/ShiftOS/Apps/FileSkimmer.cs index ae26b2d..58cc126 100644 --- a/ShiftOS.Main/ShiftOS/Apps/FileSkimmer.cs +++ b/ShiftOS.Main/ShiftOS/Apps/FileSkimmer.cs @@ -6,6 +6,7 @@ using ShiftOS.Engine.Misc; using ShiftOS.Engine.ShiftFS; using ShiftOS.Engine.WindowManager; using System.Linq; +using ShiftOS.Engine.UI; namespace ShiftOS.Main.ShiftOS.Apps { @@ -16,6 +17,7 @@ namespace ShiftOS.Main.ShiftOS.Apps public FileSkimmer() { InitializeComponent(); + } public void OnLoaded(ShiftWindow window) -- cgit v1.2.3