First create solution
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
Public Enum eOfferOutState
|
||||
eInProgress = 0 'Még dolgozunk rajta
|
||||
eClosedWON = 1 'Elfogadták
|
||||
eClosedLOST = 2 'Nem fogadták el
|
||||
eInThinkingOf = 3 'Még gondolkodnak, hogy mi legyen vele !
|
||||
End Enum
|
||||
Reference in New Issue
Block a user