Mark van Renswoude
28c25c8b43
Implemented mute/unmute input and output actions Changed MockDevice to EmulatorDevice with UI for easier testing
14 lines
418 B
C#
14 lines
418 B
C#
namespace MassiveKnob.Plugin.CoreAudio.GetMuted
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for DeviceGetMutedActionSettingsView.xaml
|
|
/// </summary>
|
|
public partial class DeviceGetMutedActionSettingsView
|
|
{
|
|
public DeviceGetMutedActionSettingsView(DeviceGetMutedActionSettingsViewModel viewModel)
|
|
{
|
|
DataContext = viewModel;
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |