コード例 #1
0
 public virtual bool OpenUrls(NSUrl[] urls, string bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor)
 {
     return _OpenUrls (urls, bundleIdentifier, options, descriptor, null);
 }
コード例 #2
0
 public virtual bool OpenUrls(NSUrl[] urls, string bundleIdentifier, NSWorkspaceLaunchOptions options, NSAppleEventDescriptor descriptor, string[] identifiers)
 {
     // Ignore the passed in argument, because if you pass it in we will crash on cleanup.
     return _OpenUrls (urls, bundleIdentifier, options, descriptor, null);
 }