ActivateShelfView() private method

private ActivateShelfView ( ShelfView shelfView ) : void
shelfView ShelfView
return void
Example #1
0
 /// <summary>
 /// Activates the shelf.
 /// </summary>
 public override void Activate()
 {
     _desktopView.ActivateShelfView(this);
 }