blob: 48a554dec14401f61bf3e86ea7fff095466bf7fe (
plain) (
blame)
1
2
3
4
5
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
|