5 lines
321 B
Plaintext
5 lines
321 B
Plaintext
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
|
<!--字体库-->
|
||
|
|
<FontFamily x:Key="Iconfont">pack://application:,,,/RIZO.Client.Assets;component/Fonts/#iconfont</FontFamily>
|
||
|
|
</ResourceDictionary>
|