| 11104 | RequestSort = true; |
| 11105 | } |
| 11106 | void ClearItems() |
| 11107 | { |
| 11108 | Items.clear(); |
| 11109 | Selection.Clear(); |
| 11110 | } |
| 11111 | |
| 11112 | // Logic would be written in the main code BeginChild() and outputting to local variables. |
| 11113 | // We extracted it into a function so we can call it easily from multiple places. |