17 lines
351 B
C#
17 lines
351 B
C#
using System.ComponentModel;
|
|
using DTS.Common.Interface;
|
|
|
|
namespace ISOSettings
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ISOSettingsView.xaml
|
|
/// </summary>
|
|
public partial class ISOSettingsView : IISOSettingsView
|
|
{
|
|
public ISOSettingsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|