2021-02-28 13:40:51 +00:00
|
|
|
|
namespace MassiveKnob.Plugin.CoreAudio.Base
|
2021-02-24 18:35:01 +00:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Interaction logic for BaseDeviceSettingsView.xaml
|
|
|
|
|
/// </summary>
|
2021-02-28 13:40:51 +00:00
|
|
|
|
public partial class BaseDeviceSettingsView
|
2021-02-24 18:35:01 +00:00
|
|
|
|
{
|
|
|
|
|
public BaseDeviceSettingsView()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|