Ejemplo n.º 1
0
 private void RegisterPlugin(bool backgroundProcessing = true)
 {
     _guid = _remoteVstService.RegisterPlugin(Plugin.DllPath, backgroundProcessing);
 }