/// <summary> /// Make this application the active application. /// </summary> /// <param name="self"> /// A <see cref="NSApplication"/> /// </param> public static void OrderFront(this NSApplication self) { NSWorkspace.SharedWorkspace.LaunchApplication(self.GetName()); }