14 lines
460 B
C#
14 lines
460 B
C#
|
namespace MassiveKnob.Plugin.VoiceMeeter.GetParameter
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Interaction logic for VoiceMeeterGetParameterActionSettingsView.xaml
|
|||
|
/// </summary>
|
|||
|
public partial class VoiceMeeterGetParameterActionSettingsView
|
|||
|
{
|
|||
|
public VoiceMeeterGetParameterActionSettingsView(VoiceMeeterGetParameterActionSettingsViewModel viewModel)
|
|||
|
{
|
|||
|
DataContext = viewModel;
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|