Cosmos/source/Cosmos.VS.ProjectSystem/ProjectSystem/VS/PropertyPages/Views/CosmosPropertyPageControl.xaml.cs
2018-03-05 14:21:58 +00:00

17 lines
400 B
C#

using System.Threading.Tasks;
using VSPropertyPages;
namespace Cosmos.VS.ProjectSystem.VS.PropertyPages.Views
{
/// <summary>
/// Interaction logic for CosmosPropertyPageControl.xaml
/// </summary>
internal partial class CosmosPropertyPageControl : WpfPropertyPageUI
{
public CosmosPropertyPageControl()
{
InitializeComponent();
}
}
}