예제 #1
0
파일: Base.cs 프로젝트: AcidsLab/NHFC-FLISP
 public static void FlispChecklistChoiceSpouse(ref Web aretVal)
 {
     aretVal = new FlispChecklistChoice(CheckTypee.Spouse);
 }
예제 #2
0
파일: Base.cs 프로젝트: AcidsLab/NHFC-FLISP
 public static void FlispChecklistChoiceApplicant(ref Web aretVal)
 {
     aretVal = new FlispChecklistChoice(CheckTypee.Applicant);
 }