Пример #1
0
 public override bool Initialize()
 {
     //Returns true if the initialization of the plugin was successful
     this.vlc = new VlcRemote();
     return true;
 }
Пример #2
0
 public override bool Initialize()
 {
     //Returns true if the initialization of the plugin was successful
     this.vlc = new VlcRemote();
     return(true);
 }