GotoUserImpl() private method

private GotoUserImpl ( ) : void
return void
Example #1
0
 private static void GotoUserStatic(LinkViewModel vm)
 {
     vm.GotoUserImpl();
 }
Example #2
0
		private static void GotoUserStatic(LinkViewModel vm)
		{
            if (vm.IsExtendedOptionsShown)
                vm.IsExtendedOptionsShown = false;
			vm.GotoUserImpl();
		}