mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
cleanup & small fixes. Added some more IBinaryContainer implementations which are used by plugins which aren't rolled out yet. (but I didn't want to loose the code)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2524 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
623fa983c3
commit
b7b89ade04
7 changed files with 167 additions and 38 deletions
|
@ -83,6 +83,9 @@ namespace GreenshotPicasaPlugin {
|
|||
}
|
||||
|
||||
public static string ParseResponse(string response) {
|
||||
if (response == null) {
|
||||
return null;
|
||||
}
|
||||
try {
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.LoadXml(response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue