app.xaml

来自「sms send pass ,net and wpf framework 3.5」· XAML 代码 · 共 9 行

XAML
9
字号
<Application
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	x:Class="sms.App"
	StartupUri="Window1.xaml">
	<Application.Resources>
		<!-- Resources scoped at the Application level should be defined here. -->
	</Application.Resources>
</Application>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?