Last active 1764236215

imxored revised this gist 1759215316. Go to revision

1 file changed, 6 insertions

DATAREON.md(file created)

@@ -0,0 +1,6 @@
1 + # Методы схем
2 + ## Получение свойст
3 + ДоговорЕРП = (bool) InitMessage.Properties.GetProperty("ДоговорЕРП").GetValue();
4 + ДоговорУТ = (bool) InitMessage.Properties.GetProperty("ДоговорУТ").GetValue();
5 + ДоговорДО = (bool) InitMessage.Properties.GetProperty("ДоговорДО").GetValue();
6 + ДоговорБСО = (bool) InitMessage.Properties.GetProperty("ДоговорБСО").GetValue();
Newer Older