示例#1
0
 public bool OpenEditor(bool topmost = true)
 {
     IsEditorOpen = _remoteVstService.OpenEditor(_guid, topmost);
     return(IsEditorOpen);
 }