From dfac3489c438f5c54bff088a354815e79675b531 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sun, 1 Mar 2015 10:50:24 +0000 Subject: Initial commit --- Backup/windows 95/Command prompt.vb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Backup/windows 95/Command prompt.vb (limited to 'Backup/windows 95/Command prompt.vb') diff --git a/Backup/windows 95/Command prompt.vb b/Backup/windows 95/Command prompt.vb new file mode 100755 index 0000000..48a554d --- /dev/null +++ b/Backup/windows 95/Command prompt.vb @@ -0,0 +1,6 @@ +Public Class Command_prompt + + Private Sub Command_prompt_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load + Me.Location = New Point(20, 20) + End Sub +End Class \ No newline at end of file -- cgit v1.2.3