//----------------------------------------------------------------------- // // Copyright © Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------- namespace Microsoft.PowerShell.Commands.ShowCommandInternal { using System.Windows.Controls; /// /// Interaction logic for NotImportedCmdletControl.xaml /// public partial class NotImportedCmdletControl : UserControl { #region Construction and Destructor /// /// Initializes a new instance of the NotImportedCmdletControl class /// public NotImportedCmdletControl() { InitializeComponent(); } #endregion } }