diff options
Diffstat (limited to 'ShiftOS.Engine/WindowManager/InfoboxTemplate.cs')
| -rw-r--r-- | ShiftOS.Engine/WindowManager/InfoboxTemplate.cs | 3 |
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: |
