mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
17 lines
400 B
C#
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();
|
|
}
|
|
}
|
|
}
|