16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
|
|
using DTS.Common.Interface;
|
||
|
|
|
||
|
|
namespace TablesSettings
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Interaction logic for TablesSettingsView.xaml
|
||
|
|
/// </summary>
|
||
|
|
public partial class TablesSettingsView : ITablesSettingsView
|
||
|
|
{
|
||
|
|
public TablesSettingsView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|