index
:
shiftos-therevival-old.git
csharp
freeroam-master
master
A single-player progressive simulation game which simulates the ever-progressive evolution of operating systems
ShiftOS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ShiftOS-TheRevival
/
TerminalApplications
/
Internal
/
Com_Clear.vb
blob: 0a2240171eff9b748a536d7c9c0a25ee691fc3c9 (
plain
) (
blame
)
1
2
3
4
5
Module
Com_Clear
Public
Sub
Clear
()
Console
.
TextBox1
.
Text
=
Nothing
End
Sub
End
Module