public void OpenUrl(string openUrl, APOLLO_SCREENDIR screendir)
 {
     ApolloCommonService.apollo_common_OpenUrl(openUrl, screendir);
 }
 private static extern void apollo_common_OpenUrl([MarshalAs(20)] string openUrl, APOLLO_SCREENDIR screendir);