🦄 Beautiful AntdUI

This commit is contained in:
Tom
2025-06-05 09:23:19 +08:00
parent 44ac7c9576
commit e2af8b9211
4 changed files with 28 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ namespace Demo.Controls
pagination2.Location = new Point(3, 55);
pagination2.Name = "pagination2";
pagination2.Padding = new Padding(4);
pagination2.RecordsPerPageText = "项/页";
pagination2.ShowSizeChanger = true;
pagination2.Size = new Size(359, 46);
pagination2.TabIndex = 12;

View File

@@ -234,7 +234,6 @@ namespace Demo.Controls
public override AntdUI.ICell GetCellValue(object value) => new AntdUI.CellTag(value.ToString(), AntdUI.TTypeMini.Success);
}
public class TestClass : AntdUI.NotifyProperty
{
public TestClass(int index, int start, string name, int age)