feat: add AssemblyInfo for ColorPicker, DataGrid, and TreeDataGrid.

This commit is contained in:
Zhang Dian
2025-04-23 21:23:19 +08:00
parent 31a219f36f
commit 567027e089
9 changed files with 81 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
using Avalonia.Styling;
namespace Semi.Avalonia.TreeDataGrid;
public class TreeDataGridSemiTheme : Styles
{
}