ActivateShelfView() private method

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