예제 #1
0
 public PersonalBestDisplay(List<PersonalBest> personalBests)
 {
     _personalBests = personalBests;
     _presenter = ObjectFactory.GetInstance<IPersonalBestPresenter>();
 }
 public void SetUpStringPresenter()
 {
     _stringPresenter = new PersonalBestStringPresenter();
 }