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