Activate() 공개 메소드

public Activate ( ) : void
리턴 void
예제 #1
0
        public static AboutViewModel AsSplashScreenModel()
        {
            var vm = new AboutViewModel();

            vm.Activate();
            return(vm);
        }
예제 #2
0
 public static AboutViewModel AsSplashScreenModel()
 {
     var vm = new AboutViewModel();
     vm.Activate();
     return vm;
 }