add ZooFlow, Clipboard Watcher Migration
This commit is contained in:
20
ZooFlow/frmMain.vb
Normal file
20
ZooFlow/frmMain.vb
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
Partial Public Class frmMain
|
||||
Private WithEvents FlowForm As New frmFlowForm()
|
||||
|
||||
Shared Sub New()
|
||||
DevExpress.UserSkins.BonusSkins.Register()
|
||||
End Sub
|
||||
Public Sub New()
|
||||
InitializeComponent()
|
||||
End Sub
|
||||
|
||||
Private Sub frmMain_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
FlowForm.Show()
|
||||
End Sub
|
||||
|
||||
Private Sub FlowForm_ClipboardChanged(sender As Object, e As IDataObject) Handles FlowForm.ClipboardChanged
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user