在项目中每条数据在创建修改的时候,我们都需要记录创建人,创建时间,修改人,修改时间等信息。如果每次新增的时候都去手动set,代码冗余且显得很不友好。
I\'ve written a WPF application which has a custom (not the standard) icon. A Splashscreen is implemented too.