Exemplo n.º 1
0
 public hide_the_splash_screen(ITimer timer, ISplashScreenView view, ISplashScreenPresenter presenter)
 {
     this.timer = timer;
     this.view = view;
     this.presenter = presenter;
     timer.start_notifying(presenter, new TimeSpan(50));
 }
 public void AttachPresenter(ISplashScreenPresenter presenter)
 {
 }