18 lines
382 B
C#
18 lines
382 B
C#
using DTS.Common.Interface.TestSetups.Imports.TTS;
|
|
|
|
// ReSharper disable CheckNamespace
|
|
|
|
namespace TTSImport
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for HardwareScanView.xaml
|
|
/// </summary>
|
|
public partial class TOMChannelsView : ITOMChannelsView
|
|
{
|
|
public TOMChannelsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|