Added some support for opening the url when an upload is made from a Destination (currently Jira & Picasa) and the tooltip is clicked.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1797 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-18 13:42:42 +00:00
commit 9bf5e44c94
12 changed files with 169 additions and 135 deletions

View file

@ -138,6 +138,11 @@ namespace Greenshot.Drawing {
}
}
public string UploadURL {
get;
set;
}
public ICaptureDetails CaptureDetails {
get {return captureDetails;}
set {captureDetails = value;}