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