mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
11362f22d2
- changed the licenseStatus_ItemUpdated event handler to invoke on the main thread, as this is the only case when a background thread needs to update the storedRows list..All the other reads and writes are taken place on the main (UI) thread - removed the storedRowsLock as it is not needed since we do all the updates to storedRows on one thread. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
CheckableDataGridView.cs | ||
CheckableDataGridViewController.cs | ||
CheckableDataGridViewRow.cs | ||
ICheckableDataGridViewView.cs |