Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'BookmarkPopover.cs')
-rw-r--r--BookmarkPopover.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/BookmarkPopover.cs b/BookmarkPopover.cs
index cbced4b..510776b 100644
--- a/BookmarkPopover.cs
+++ b/BookmarkPopover.cs
@@ -1,12 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using MonoMac.Foundation;
-using MonoMac.AppKit;
+using Foundation;
+using AppKit;
namespace macdoc
{
- public partial class BookmarkPopover : MonoMac.AppKit.NSView
+ public partial class BookmarkPopover : AppKit.NSView
{
public class BookmarkEventArgs : EventArgs
{