greenshot/GreenshotDropboxPlugin/DropBoxCredentials.private.cs

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";
}
}