mirror of
https://github.com/Histacom/Histacom.git
synced 2025-01-22 17:12:49 -05:00
6 lines
No EOL
203 B
VB.net
Executable file
6 lines
No EOL
203 B
VB.net
Executable file
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 |