init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<base:BaseView x:Class="TestSettings.TestSettingsView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:base="clr-namespace:DTS.Common.Base;assembly=DTS.Common">
|
||||
<Grid>
|
||||
|
||||
</Grid>
|
||||
</base:BaseView>
|
||||
@@ -0,0 +1,15 @@
|
||||
using DTS.Common.Interface;
|
||||
|
||||
namespace TestSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for TestSettingsView.xaml
|
||||
/// </summary>
|
||||
public partial class TestSettingsView : ITestSettingsView
|
||||
{
|
||||
public TestSettingsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user