Max Gt
Results
1
comments of
Max Gt
Just change the following line "if ((item is Boolean) **||** (Boolean)item)" to "if ((item is Boolean) **&&** (Boolean)item)" in the following block: private Boolean LogicalOr(Dictionary args) { foreach (Object item...