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