16 lines
326 B
C#
16 lines
326 B
C#
using DTS.Common.Interface;
|
|
|
|
namespace TestSettings
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for TestSettingsView.xaml
|
|
/// </summary>
|
|
public partial class TestSettingsView : ITestSettingsView
|
|
{
|
|
public TestSettingsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|