Beispiel #1
0
        private void reportABugToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SupportSystemInfo si          = new SupportSystemInfo();
            String            supportBody = CatStudioConstants.SUPPORT_EMAIL_MESSAGE + "%0a%0a%0a" + si.Info;
            String            supportSubj = CatStudioConstants.SUPPORT_EMAIL_SUBJECT;
            String            supportCmd  = String.Format("mailto:[email protected]?subject={0}&body={1}", supportSubj, supportBody);

            OpenURL(supportCmd);
        }
Beispiel #2
0
        private void reportABugToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SupportSystemInfo si = new SupportSystemInfo();
            String supportBody = CatStudioConstants.SUPPORT_EMAIL_MESSAGE + "%0a%0a%0a" + si.Info;
            String supportSubj = CatStudioConstants.SUPPORT_EMAIL_SUBJECT;
            String supportCmd  = String.Format("mailto:[email protected]?subject={0}&body={1}", supportSubj, supportBody);

            OpenURL(supportCmd);
        }