public Page_QuitTobaccoCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
Esempio n. 2
0
 public Page_BloodPressureCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
Esempio n. 3
0
 public Page_ManageStressCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
Esempio n. 4
0
 public Page_ImprovingNutritionCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }