| 186 | } |
| 187 | |
| 188 | CProcessThreadTable::CProcessThreadTable(BarInfo& bars, TableInfo& table, DWORD pid) |
| 189 | : CTable(bars, table),m_Pid(pid) { |
| 190 | SetTableWindowInfo(bars.nbar); |
| 191 | m_Table.data.info.clear(); |
| 192 | Refresh(); |
| 193 | } |
| 194 | |
| 195 | void CProcessThreadTable::Refresh() { |
| 196 | auto first = m_Table.data.info.empty(); |