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