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