BaconographyPortable.Common.UtilityCommandImpl.GotoLinkImpl C# (CSharp) Method

GotoLinkImpl() public static method

public static GotoLinkImpl ( string str ) : void
str string
return void
        public static void GotoLinkImpl(string str)
        {
            GotoLinkImpl(str, null);
        }

Same methods

UtilityCommandImpl::GotoLinkImpl ( string str, TypedThing sourceLink ) : void