Activate() public method

public Activate ( ) : void
return void
        public static AboutViewModel AsSplashScreenModel()
        {
            var vm = new AboutViewModel();

            vm.Activate();
            return(vm);
        }
 public static AboutViewModel AsSplashScreenModel()
 {
     var vm = new AboutViewModel();
     vm.Activate();
     return vm;
 }