momoERP.Win.HA Hozzáadása

This commit is contained in:
2018-04-17 17:35:54 +02:00
parent 0ac6bd19e7
commit d5160c511b
59 changed files with 5649 additions and 0 deletions
@@ -0,0 +1,15 @@
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