添加项目文件。
This commit is contained in:
15
KGdev.BI3D.Revit.Common/IConstantsProvider.cs
Normal file
15
KGdev.BI3D.Revit.Common/IConstantsProvider.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Common
|
||||
{
|
||||
public interface IConstantsProvider
|
||||
{
|
||||
string ProductId { get; }
|
||||
|
||||
string PurchaseUrl { get; }
|
||||
|
||||
string ViewerAndExamplesFolderName { get; }
|
||||
|
||||
string TrialKey { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user