I am using Vlc.DotNet.Forms package in my project. I open one video on form. Everything okay. But If I want to open a video again. When I change the volume, the volume of both videos changes. My Code Example: public VlcControl control; public void Player(string url,int volume){ this.control = new Vl...