GotoSubredditImpl() 개인적인 메소드

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