GotoUserImpl() 개인적인 메소드

private GotoUserImpl ( ) : void
리턴 void
예제 #1
0
 private static void GotoUserStatic(LinkViewModel vm)
 {
     vm.GotoUserImpl();
 }
예제 #2
0
		private static void GotoUserStatic(LinkViewModel vm)
		{
            if (vm.IsExtendedOptionsShown)
                vm.IsExtendedOptionsShown = false;
			vm.GotoUserImpl();
		}