1 Star 0 Fork 130

shouqitao / Chess

forked from cygsd / Chess 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.xaml 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
cygsd 提交于 2022-09-21 12:28 . 添加等待动画
<Application x:Class="Chess.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Chess"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Thems/Dictionary_Orange.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
C#
1
https://gitee.com/shouqitao/Chess.git
git@gitee.com:shouqitao/Chess.git
shouqitao
Chess
Chess
Chess

搜索帮助