AleeOS-VB/AleeOS/Alee Launcher Developer Mode.vb
2017-12-11 18:46:40 -05:00

5 lines
No EOL
173 B
VB.net

Public Class Alee_Launcher_Developer_Mode
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Form4.Show()
End Sub
End Class