// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Windows.Controls; namespace Microsoft.PowerShell.Commands.ShowCommandInternal { /// /// 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 } }