ZooFlow: Flowform Test 1

This commit is contained in:
Jonathan Jenne 2020-08-17 16:12:18 +02:00
parent 2dde2d3a21
commit 0f1b0d3e30

View File

@ -1,4 +1,8 @@
Public Class frmFlowForm_Test1
''' <summary>
''' Make button with rounded borders by custom painting the background
''' </summary>
Private Sub frmFlowForm_Test1_Load(sender As Object, e As EventArgs) Handles Me.Load
Opacity = 0.2
End Sub