/// <summary>
 /// MostLikeablePhotosCommand to execute
 /// </summary>
 /// <param name="i_Type">Type of the feature</param>
 /// <param name="i_Compare">Strategy method</param>
 public void MostLikeablePhotosCommand(Type i_Type, ICompare i_Compare)
 {
     MostLikeablePhotos = new MostLikeablePhotosCommand(() => m_FeaturesFactory.LoadFeature(i_Type, i_Compare));
 }
Beispiel #2
0
 /// <summary>
 /// MostLikeablePhotosCommand to execute
 /// </summary>
 /// <param name="i_Type">Type of the feature</param>
 /// <param name="i_Compare">Strategy method</param>
 public void MostLikeablePhotosCommand(Type i_Type, ICompare i_Compare)
 {
     MostLikeablePhotos = new MostLikeablePhotosCommand(() => m_FeaturesFactory.LoadFeature(i_Type, i_Compare));
 }