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