Chromatics.Chromatics.pic_Logo_Click C# (CSharp) Method

pic_Logo_Click() private method

private pic_Logo_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void pic_Logo_Click(object sender, EventArgs e)
        {
            Process.Start("https://github.com/roxaskeyheart/Chromatics");
        }
Chromatics