diff options
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ConsoleAPI.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/ConsoleAPI.vb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb b/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb index 155173e..7021e2e 100644 --- a/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb +++ b/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb @@ -11,6 +11,10 @@ Console.TextBox1.Text = str End Sub + Public Sub Undeveloped() + NewLine("Oopsie! It's only for newer version") + End Sub + Public Sub TextRebind() Console.TextBox1.Select(Console.TextBox1.Text.Length, 0) Console.TextBox1.ScrollToCaret() |
