Pinta.Core.HelpActions.Bugs_Activated C# (CSharp) 메소드

Bugs_Activated() 개인적인 메소드

private Bugs_Activated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void Bugs_Activated(object sender, EventArgs e)
        {
            Process.Start ("http://www.pinta-project.com/Contribute");
        }