From f9c724e547a659671174d264ba74603ac8227b6e Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 17 Nov 2022 11:11:51 +0700 Subject: moving from DirectoryManagement to each modules for DE's other module for said action. --- ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb') diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb new file mode 100644 index 0000000..0a22401 --- /dev/null +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Clear.vb @@ -0,0 +1,5 @@ +Module Com_Clear + Public Sub Clear() + Console.TextBox1.Text = Nothing + End Sub +End Module -- cgit v1.2.3