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