15 lines
419 B
C#
15 lines
419 B
C#
|
namespace MassiveKnob.Plugin.CoreAudio.SetMuted
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Interaction logic for DeviceSetMutedActionSettingsView.xaml
|
|||
|
/// </summary>
|
|||
|
public partial class DeviceSetMutedActionSettingsView
|
|||
|
{
|
|||
|
public DeviceSetMutedActionSettingsView(DeviceSetMutedActionSettingsViewModel viewModel)
|
|||
|
{
|
|||
|
DataContext = viewModel;
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|