using System; namespace GreenshotDropboxPlugin { public static class DropBoxCredentials { public static string CONSUMER_KEY = "u7c1rpxht2x5s1r"; public static string CONSUMER_SECRET = "apitf6xvdaysaww"; } }