Activate() public method

public Activate ( ) : void
return void
Exemplo n.º 1
0
        public static AboutViewModel AsSplashScreenModel()
        {
            var vm = new AboutViewModel();

            vm.Activate();
            return(vm);
        }
Exemplo n.º 2
0
 public static AboutViewModel AsSplashScreenModel()
 {
     var vm = new AboutViewModel();
     vm.Activate();
     return vm;
 }