1 Star 0 Fork 6

特兰克斯-Peter/Ken_WPF_UI

forked from 程序员ken/Ken_WPF_UI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.xaml.cs 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员ken 提交于 2021-08-22 09:15 . 提交所有代码
using System.Windows;
using Ken_WPF_UI.View;
namespace Ken_WPF_UI
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
new MainFrameWindow().ShowDialog();
if (Current != null)
{
Current.Shutdown();
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/fly1900/Ken_WPF_UI.git
git@gitee.com:fly1900/Ken_WPF_UI.git
fly1900
Ken_WPF_UI
Ken_WPF_UI
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385