aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-19 10:21:34 -0600
committerFloppyDiskDrive <[email protected]>2017-11-19 10:21:34 -0600
commit4534ff6252d2cd442d2180b024a94db1f4379f41 (patch)
treea5619fd34dcbcb1953b2cb6cc9c035c516dc29e4 /ShiftOS.Engine/WindowManager/InfoboxTemplate.cs
parent4c4ff1e06cecac8a52ac347e029ac19f1be4e244 (diff)
downloadshiftos-rewind-4534ff6252d2cd442d2180b024a94db1f4379f41.tar.gz
shiftos-rewind-4534ff6252d2cd442d2180b024a94db1f4379f41.tar.bz2
shiftos-rewind-4534ff6252d2cd442d2180b024a94db1f4379f41.zip
Added new extremely buggy ShiftButton.
Diffstat (limited to 'ShiftOS.Engine/WindowManager/InfoboxTemplate.cs')
-rw-r--r--ShiftOS.Engine/WindowManager/InfoboxTemplate.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs b/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs
index c2b45e0..16e84eb 100644
--- a/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs
+++ b/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs
@@ -4,6 +4,7 @@ using System.IO;
using System.Media;
using System.Windows.Forms;
using ShiftOS.Engine.Properties;
+using ShiftOS.Engine.UI;
namespace ShiftOS.Engine.WindowManager
{
@@ -31,7 +32,7 @@ namespace ShiftOS.Engine.WindowManager
public InfoboxTemplate(ButtonType type)
{
InitializeComponent();
-
+
switch (type)
{
case ButtonType.Ok: