Design for presearch, searchstart and flow form
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
Public Class frmSplash
|
||||
Imports DevExpress.LookAndFeel
|
||||
|
||||
Public Class frmSplash
|
||||
Sub New
|
||||
InitializeComponent()
|
||||
End Sub
|
||||
|
||||
Public Overrides Sub ProcessCommand(ByVal cmd As System.Enum, ByVal arg As Object)
|
||||
Public Overrides Sub ProcessCommand(ByVal cmd As [Enum], ByVal arg As Object)
|
||||
MyBase.ProcessCommand(cmd, arg)
|
||||
|
||||
Dim oCommand As SplashScreenCommand = CType(cmd, SplashScreenCommand)
|
||||
|
||||
Reference in New Issue
Block a user