mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Merge pull request #203 from GaborApatiNagy/CA-143826
CA-145608: Starts up at blank search page
This commit is contained in:
commit
92a733f387
@ -42,7 +42,7 @@ namespace XenAdmin.Commands
|
|||||||
internal class SelectionManager : SelectionBroadcaster
|
internal class SelectionManager : SelectionBroadcaster
|
||||||
{
|
{
|
||||||
private SelectedItemCollection _selection = new SelectedItemCollection();
|
private SelectedItemCollection _selection = new SelectedItemCollection();
|
||||||
private SelectedItemCollection savedSelection = new SelectedItemCollection();
|
private SelectedItemCollection savedSelection = null;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sets the main selection for XenCenter.
|
/// Sets the main selection for XenCenter.
|
||||||
|
Loading…
Reference in New Issue
Block a user