添加项目文件。
This commit is contained in:
16
KGdev.BI3D.Revit/Implementations/DefaultConstantsProvider.cs
Normal file
16
KGdev.BI3D.Revit/Implementations/DefaultConstantsProvider.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using KGdev.BI3D.Revit.Common;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Implementations
|
||||
{
|
||||
public class DefaultConstantsProvider : IConstantsProvider
|
||||
{
|
||||
public string ProductId { get; } = "3DBI_REVIT";
|
||||
|
||||
public string PurchaseUrl { get; } = "https://kg-dev.be/project/3dbi-for-revit";
|
||||
|
||||
public string ViewerAndExamplesFolderName { get; } = "3dbi_viewer_and_examples";
|
||||
|
||||
public string TrialKey { get; } = "3DBI-REVIT-TRIAL-14DAYS";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user