public CheckResult(PrePlumbingCheckView controller)
 {
     _controller             = controller;
     LeakingFittings         = Choices.No;
     LeakingTap              = Choices.No;
     PotentialLeak           = Choices.No;
     OldTubing               = Choices.No;
     NonPuratapComponents    = Choices.No;
     ExistingDamage          = Choices.No;
     UpgradeOffered          = Choices.No;
     CustomerAcceptedUpgrade = Choices.No;
     OfficeFollowUpRequired  = Choices.No;
     UnwillingToSign         = Choices.No;
     NotAPuratapProblem      = Choices.No;
 }
Exemple #2
0
 public NotDoneCommentViewController(PrePlumbingCheckView parent, UINavigationController nav, string notDoneReason) : base("NotDoneCommentViewController", null)
 {
     _parent       = parent;
     _nav          = nav;
     NotDoneReason = notDoneReason;
 }