GotoSubredditImpl() private method

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