Futureware.MantisConnect.Attachment C#
Posted: 09 Feb 2010, 09:35
Can any1 explain me in a short example how this class works?
or add into my code what i have to modify
or add into my code what i have to modify
Code: Select all
using Futureware.MantisConnect;
static void Main(string[] args)
{
Session Mantis = new Session(path, user, pass, networkcred);
Issue MantisIssue = new Issue();
Attachment MantisAtt = ?
Mantis.Connect();
MantisIssue.Attachment = MantisAtt; ?
Mantis.Request.IssueAdd(MantisIssue);
}