16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
using DTS.Common.Interface;
|
|
|
|
namespace QASettings
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for QASettingsView.xaml
|
|
/// </summary>
|
|
public partial class QASettingsView : IQASettingsView
|
|
{
|
|
public QASettingsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|