Example #1
0
 /// <summary>
 /// Create a new instance of the WhoWasBornOnMyBirthdayCommand class
 /// </summary>
 /// <param name="i_Type">Type of the feature</param>
 public void WhoWasBornOnMyBirthdayCommand(Type i_Type)
 {
     WhoWasBornOnMyBirthday = new WhoWasBornOnMyBirthdayCommand(() => m_FeaturesFactory.LoadFeature(i_Type, null));
 }