BaconographyPortable.ViewModel.LinkViewModel.GotoUserImpl C# (CSharp) Method

GotoUserImpl() private method

private GotoUserImpl ( ) : void
return void
		private void GotoUserImpl()
        {
            if (IsExtendedOptionsShown)
                IsExtendedOptionsShown = false;

            UtilityCommandImpl.GotoUserDetails(_linkThing.Data.Author);
        }

Usage Example

Example #1
0
 private static void GotoUserStatic(LinkViewModel vm)
 {
     vm.GotoUserImpl();
 }
All Usage Examples Of BaconographyPortable.ViewModel.LinkViewModel::GotoUserImpl