17 lines
340 B
C#
17 lines
340 B
C#
using DTS.Common.Interface;
|
|
|
|
namespace DTS.Viewer.TestSummaryList
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for TestListView.xaml
|
|
/// </summary>
|
|
public partial class TestSummaryView : ITestSummaryListView
|
|
{
|
|
public TestSummaryView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
}
|
|
}
|