mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-23 10:12:16 +00:00
6 lines
106 B
VB.net
6 lines
106 B
VB.net
|
Module Com_Clear
|
|||
|
Public Sub Clear()
|
|||
|
Console.TextBox1.Text = Nothing
|
|||
|
End Sub
|
|||
|
End Module
|