Mark van Renswoude
ff1e1ca74c
Implemented orchestrator Implemented mock device Implemented serial device Implemented volume action Removed old implementation
11 lines
349 B
C#
11 lines
349 B
C#
namespace MassiveKnob.Plugin.CoreAudio.Settings
|
|
{
|
|
public class DeviceVolumeActionSettingsViewModel : BaseDeviceSettingsViewModel
|
|
{
|
|
// ReSharper disable once SuggestBaseTypeForParameter - by design
|
|
public DeviceVolumeActionSettingsViewModel(DeviceVolumeActionSettings settings) : base(settings)
|
|
{
|
|
}
|
|
}
|
|
}
|