16 lines
322 B
Plaintext
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();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|