283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
9 lines
218 B
C#
9 lines
218 B
C#
namespace Autodesk.Revit.UI;
|
|
|
|
public partial class TextBoxData : Autodesk.Revit.UI.RibbonItemData
|
|
{
|
|
public TextBoxData() { }
|
|
|
|
public TextBoxData(System.String name) => throw new System.NotImplementedException();
|
|
}
|