📄 app.xaml.cs
字号:
using System;
using System.Windows;
using System.Data;
using System.Xml;
using System.Configuration;
namespace BankShell
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : System.Windows.Application
{
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
//start the CAB app up, which will result in our root window being shown
// new BankShellApplication().Run();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -