Merge pull request #203 from GaborApatiNagy/CA-143826

CA-145608: Starts up at blank search page
This commit is contained in:
Mihaela Stoica 2014-09-12 11:36:33 +01:00
commit 92a733f387

View File

@ -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.