SunSync.QuickStartPage.AboutApp_EventHandler C# (CSharp) Method

AboutApp_EventHandler() private method

private AboutApp_EventHandler ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void
        private void AboutApp_EventHandler(object sender, MouseButtonEventArgs e)
        {
            try
            {
                Process.Start("https://github.com/qiniu/qsunsync");
            }
            catch (Exception) { }
        }