wenku10.Pages.Settings.MainSettings.HelpAction C# (CSharp) Method

HelpAction() private method

private HelpAction ( object Param ) : void
Param object
return void
        private void HelpAction( object Param )
        {
            Uri _url = new Uri( Param.ToString() );
            var j = Windows.System.Launcher.LaunchUriAsync( _url );
        }