public override bool Initialize() { //Returns true if the initialization of the plugin was successful this.vlc = new VlcRemote(); return true; }
public override bool Initialize() { //Returns true if the initialization of the plugin was successful this.vlc = new VlcRemote(); return(true); }