예제 #1
0
        void OnAddClicked(object sender, EventArgs args)
        {
            if (DetailsViewController.EditorEngaged)
            {
                return;
            }

            DetailsViewController.Edit(new Aircraft(), false);
        }
예제 #2
0
        void OnAddClicked(object sender, EventArgs args)
        {
            if (DetailsViewController.EditorEngaged)
            {
                return;
            }

            DetailsViewController.Edit(new Flight(DateTime.Today), false);
        }
예제 #3
0
 public void SetDetailsDisplayReference(DetailsViewController detailsViewController)
 {
     this.detailsViewController = detailsViewController;
 }