Files
Nuvolar/Nuvolar.Module.Web/BusinessObjects/Financial/FinancialObjects/FinancialTransactions/GLMixedVC.vb
T
2017-03-08 11:21:27 +01:00

23 lines
467 B
VB.net

Imports System
Imports System.ComponentModel
Imports System.Collections.Generic
Imports System.Diagnostics
Imports System.Text
Imports DevExpress.ExpressApp
Imports DevExpress.ExpressApp.Actions
Imports DevExpress.Persistent.Base
Public Class GLMixedVC
Inherits DevExpress.ExpressApp.ViewController
Public Sub New()
MyBase.New()
'This call is required by the Component Designer.
InitializeComponent()
RegisterActions(components)
End Sub
End Class