Start() 개인적인 메소드

private Start ( ) : void
리턴 void
예제 #1
0
 private void ShowSplashScreenView()
 {
     _splashScreenView = new SplashScreenView();
     _pageView.Navigate(_splashScreenView);
     _splashScreenView.Complete += _splashView_Complete;
     _splashScreenView.Start();
 }
예제 #2
0
 private void ShowSplashScreenView()
 {
     _splashScreenView = new SplashScreenView();
     _pageView.Navigate(_splashScreenView);
     _splashScreenView.Complete += _splashView_Complete;
     _splashScreenView.Start();
 }