0
kicks
Alvas.Audio and WPF
For using Windows Forms controls in Windows Presentation Foundation(WPF) application needs:
Add reference to WindowsFormsIntegration assembly (in WindowsFormsIntegration.dll) to your project.
Add reference to System.Windows.Forms assembly (in System.Windows.Forms.dll) to your project.
In the Window element, add the following namespace mapping ...