First create solution
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
Imports System
|
||||
Imports System.ComponentModel
|
||||
|
||||
Imports DevExpress.Xpo
|
||||
Imports DevExpress.Data.Filtering
|
||||
|
||||
Imports DevExpress.ExpressApp
|
||||
Imports DevExpress.Persistent.Base
|
||||
Imports DevExpress.Persistent.BaseImpl
|
||||
Imports DevExpress.Persistent.Validation
|
||||
|
||||
Public Enum eContractRowsCOCState
|
||||
<ImageName("")> _
|
||||
eNotCertificated = 0 'Nem teljesítési igazolt sor
|
||||
<ImageName("document_certificate")> _
|
||||
eCertificated = 1 'Teljesítési igazolt sor
|
||||
End Enum
|
||||
Reference in New Issue
Block a user