Files
DP44/Common/DTS.Common.Property/.svn/pristine/a1/a1baa837620476aeea5dff7e8294e9f11db144ad.svn-base
2026-04-17 14:55:32 -04:00

16 lines
322 B
Plaintext

using DTS.Common.Interface;
namespace DTS.Common.Property
{
/// <summary>
/// Interaction logic for GraphPropertyView.xaml
/// </summary>
public partial class PropertyView : IPropertyView
{
public PropertyView()
{
InitializeComponent();
}
}
}