mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-04-02 19:50:45 +08:00
🦄 Beautiful AntdUI
This commit is contained in:
1
example/Demo/Controls/Pagination.Designer.cs
generated
1
example/Demo/Controls/Pagination.Designer.cs
generated
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user