namespace HStation.RevitDev.RevitDataExport { /// /// /// public interface ILogin { /// /// 初始化 /// void Initial(); } }