mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 01:23:47 -07:00
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2184 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
9 lines
226 B
C#
9 lines
226 B
C#
using System;
|
|
|
|
namespace GreenshotDropboxPlugin
|
|
{
|
|
public static class DropBoxCredentials {
|
|
public static string CONSUMER_KEY = "u7c1rpxht2x5s1r";
|
|
public static string CONSUMER_SECRET = "apitf6xvdaysaww";
|
|
}
|
|
}
|