cs
private string demoStringValue = null;
[Browsable(true)]
public string DemoString
{
get
{
return this.demoStringValue;
}
set
{
demoStringValue = value;
}
}
参考链接
特此记录
anlog
2023年8月11日