mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-03-11 02:50:24 +00:00
5 lines
106 B
VB.net
5 lines
106 B
VB.net
Module Com_Clear
|
|
Public Sub Clear()
|
|
Console.TextBox1.Text = Nothing
|
|
End Sub
|
|
End Module
|