Exemplo n.º 1
0
 void Awake()
 {
     presenter = new SplashScreenPresenter();
 }
Exemplo n.º 2
0
 void Awake()
 {
     presenter = new SplashScreenPresenter();
 }
Exemplo n.º 3
0
 public void TestInitialize()
 {
     mockView  = new Mock <ISplashScreenView>();
     presenter = new SplashScreenPresenter(mockView.Object);
 }