public Page_QuitTobaccoCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
コード例 #2
0
 public Page_BloodPressureCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
コード例 #3
0
 public Page_ManageStressCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
コード例 #4
0
 public Page_ImprovingNutritionCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }