diff options
| author | EverythingWindows <[email protected]> | 2022-11-17 13:36:07 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-17 13:36:07 +0700 |
| commit | 4beaaa1988db67f89ed55d52738fe0d465d6482f (patch) | |
| tree | f9a55f7d23bfd3570f9aca794c5c88805ce7ae67 /ShiftOS-TheRevival/MainForms/Console.Designer.vb | |
| parent | 9d0b741e7b1ced233cd791f51e1c975b60d43acd (diff) | |
| download | shiftos-therevival-old-4beaaa1988db67f89ed55d52738fe0d465d6482f.tar.gz shiftos-therevival-old-4beaaa1988db67f89ed55d52738fe0d465d6482f.tar.bz2 shiftos-therevival-old-4beaaa1988db67f89ed55d52738fe0d465d6482f.zip | |
further isolate any terminal-related function from console
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Console.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Console.Designer.vb | 2 |
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 |
