Пример #1
0
 bool comboBoxesPopulated()
 {
     return(O.all(O.list(systemBox, marketBox, pvBox), box => box.isSelected()));
 }