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