rename Zooflow to DigitalData.GUIs.ZooFlow
This commit is contained in:
@@ -104,8 +104,10 @@ Public Class ClassFlowForm
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Form_click(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Click
|
||||
MsgBox("LOL")
|
||||
Private Sub Form_click(ByVal sender As Object, ByVal e As MouseEventArgs) Handles MyBase.MouseClick
|
||||
If e.Button = MouseButtons.Left Then
|
||||
MsgBox("LOL")
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Public Sub SetBitmap(ByVal bitmap As Bitmap)
|
||||
|
||||
Reference in New Issue
Block a user