Fixed Issue #4: Changed function iCustom to use request/respons pattern.

This commit is contained in:
DW
2016-05-12 13:46:06 +03:00
parent 4e95ceac32
commit b8e6b1a973
9 changed files with 332 additions and 101 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
OrderClose = 4,
OrderCloseBy = 5,
OrderDelete = 6,
OrderModify = 7
OrderModify = 7,
iCustom = 8
}
}