Exemple #1
0
 public static void FlispChecklistChoiceSpouse(ref Web aretVal)
 {
     aretVal = new FlispChecklistChoice(CheckTypee.Spouse);
 }
Exemple #2
0
 public static void FlispChecklistChoiceApplicant(ref Web aretVal)
 {
     aretVal = new FlispChecklistChoice(CheckTypee.Applicant);
 }