16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
using DTS.Common.Interface;
|
|
|
|
namespace RealtimeSettings
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for RealtimeSettingsView.xaml
|
|
/// </summary>
|
|
public partial class RealtimeSettingsView : IRealtimeSettingsView
|
|
{
|
|
public RealtimeSettingsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|