Exemplo n.º 1
0
        public static PullRequestCellView Create()
        {
            var cell  = new PullRequestCellView();
            var views = NSBundle.MainBundle.LoadNib("PullRequestCellView", cell, null);

            return(Runtime.GetNSObject(views.ValueAt(0)) as PullRequestCellView);
        }
Exemplo n.º 2
0
 public static PullRequestCellView Create()
 {
     var cell = new PullRequestCellView();
     var views = NSBundle.MainBundle.LoadNib("PullRequestCellView", cell, null);
     return Runtime.GetNSObject( views.ValueAt(0) ) as PullRequestCellView;
 }