using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// internal class ConfigHelper { /// /// /// public static string AppKey { get { return Settings.Bimface.Account.AppKey; } } /// /// /// public static string AppSecret { get { return Settings.Bimface.Account.AppSecret; } } } }