(Object self)
| 2476 | private static menulist_s s_rules_box = new menulist_s(); |
| 2477 | |
| 2478 | private static void DMOptionsFunc(Object self) { |
| 2479 | if (s_rules_box.curvalue == 1) |
| 2480 | return; |
| 2481 | Menu_DMOptions_f(); |
| 2482 | } |
| 2483 | |
| 2484 | private static void RulesChangeFunc(Object self) { |
| 2485 | // DM |
no test coverage detected