/* ==============================================================================
* 功能描述:SelectorConst
* 创 建 者:Garrett
* 创建日期:2019/8/1 8:57:34
* ==============================================================================*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StartVisionSelector
{
///
/// SelectorConst
///
class SelectorConst
{
//Revit文件版本信息存储的位置
public const string RevitFileVisionFile = "RevitFileVision.txt";
///
/// 程序集加载失败的dll
///
public const string LoadingRevit = "LoadingRevitDll.txt";
}
}