1b31dc18e8
* fixes * Generate empty constructors for testing
7 lines
130 B
C#
7 lines
130 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public partial class ModelTextType : Autodesk.Revit.DB.ElementType
|
|
{
|
|
public ModelTextType() { }
|
|
}
|