Example #1
0
 public bool OpenEditorHidden()
 {
     IsEditorOpen = _remoteVstService.OpenEditorHidden(_guid);
     return(IsEditorOpen);
 }