mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2025-02-26 21:29:34 +00:00
Delete frmVMSettings.vb
This commit is contained in:
parent
d39ce1aee2
commit
4608d5ca04
@ -1,16 +0,0 @@
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
Friend Class frmVMSettings
|
||||
Inherits System.Windows.Forms.Form
|
||||
Private Sub cmdCancel_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdCancel.Click
|
||||
Me.Close() 'Saves nothing and closes the dialog
|
||||
End Sub
|
||||
|
||||
Private Sub cmdOK_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdOK.Click
|
||||
SaveSettings:
|
||||
'Save settings in a file
|
||||
|
||||
Me.Close()
|
||||
|
||||
End Sub
|
||||
End Class
|
Loading…
x
Reference in New Issue
Block a user