public MyListItem(string title, string icon) { this.Title = title; this.Icon = new NSImage(); this.Icon.AddRepresentation(NSBitmapImageRep.ImageRepFromUrl(new NSUrl(icon))); }