mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-16 01:41:14 +08:00
10 lines
141 B
C#
10 lines
141 B
C#
|
namespace AntDesign
|
|||
|
{
|
|||
|
public class Point
|
|||
|
{
|
|||
|
public decimal x { get; set; }
|
|||
|
|
|||
|
public decimal y { get; set; }
|
|||
|
}
|
|||
|
}
|