CSPspEmu.Gui.Winforms.AboutForm.TwitterPictureBox_Click C# (CSharp) Method

TwitterPictureBox_Click() private method

private TwitterPictureBox_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void TwitterPictureBox_Click(object sender, EventArgs e)
        {
            Process.Start(@"http://twitter.com/dpspemu");
        }