Exemplo n.º 1
0
        public AppTableViewSource(ApplicationsModel appsModel, UIViewController owner)
        {
            this.appsModel = appsModel;

            this.ownerController = owner;
        }
Exemplo n.º 2
0
 public AppViewController(IntPtr handle) : base(handle)
 {
     appsModel = new ApplicationsModel(Config.jsonApplicationsData);
 }