Files
Nuvolar/Nuvolar.WIN.Company/WinForms/SISSplashScreen.vb
T
2017-03-08 11:21:27 +01:00

16 lines
345 B
VB.net

Imports DevExpress.ExpressApp.Win
Public Class SISSplashScreen
Sub New()
InitializeComponent()
End Sub
Public Overrides Sub ProcessCommand(ByVal cmd As System.Enum, ByVal arg As Object)
MyBase.ProcessCommand(cmd, arg)
End Sub
Public Enum SplashScreenCommand
SomeCommandId
End Enum
End Class