This repository has been archived on 2020-07-29. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
336 B
VB.net

Public Class AddMachine
Public Shared newID As Integer
Private Sub AddMachine_2_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim addMachine_IdForm As AddMachine_ID
addMachine_IdForm = New AddMachine_ID()
addMachine_IdForm.Show()
addMachine_IdForm = Nothing
End Sub
End Class