文件名称:快捷输入代码段mysnippet1
文件大小:1KB
文件格式:SNIPPET
更新时间:2022-05-19 02:15:52
myproc
<?xml version="1.0" encoding="utf-8"?>
<![CDATA[private ICommand _$property$;
public ICommand $property$
{
get {
if (this._$property$ == null)
{
this._$property$ = new RelayCommand($property$Action);
}
return this._$property$;
}
}$end$]]>