init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using DTS.Common.Interface;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Viewer.Graph
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for GraphView.xaml
|
||||
/// </summary>
|
||||
public partial class GraphView : IGraphView
|
||||
{
|
||||
public GraphView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user