Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
@@ -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