aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Console.Designer.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Console.Designer.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Console.Designer.vb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Console.Designer.vb
index 3e07714..3d73ced 100644
--- a/ShiftOS-TheRevival/MainForms/Console.Designer.vb
+++ b/ShiftOS-TheRevival/MainForms/Console.Designer.vb
@@ -28,6 +28,7 @@ Partial Class Console
Me.InfoBar = New System.Windows.Forms.TextBox()
Me.InfoBarTimer = New System.Windows.Forms.Timer(Me.components)
Me.ToolBar = New System.Windows.Forms.TextBox()
+ Me.ShortcutHandler = New System.ComponentModel.BackgroundWorker()
Me.SuspendLayout()
'
'TextBox1
@@ -102,4 +103,5 @@ Partial Class Console
Friend WithEvents InfoBar As TextBox
Friend WithEvents InfoBarTimer As Timer
Friend WithEvents ToolBar As TextBox
+ Friend WithEvents ShortcutHandler As System.ComponentModel.BackgroundWorker
End Class