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