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