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