mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
15 lines
303 B
C#
15 lines
303 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace AntDesign
|
|||
|
{
|
|||
|
public class TextLocale
|
|||
|
{
|
|||
|
public string Edit { get; set; }
|
|||
|
public string Copy { get; set; }
|
|||
|
public string Copied { get; set; }
|
|||
|
public string Expand { get; set; }
|
|||
|
}
|
|||
|
}
|