window1.xaml
来自「C#高级编程第6版随书源代码 值得下载」· XAML 代码 · 共 14 行
XAML
14 行
<Window x:Class="Wrox.ProCSharp.Localization.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:props="clr-namespace:Wrox.ProCSharp.Localization.Properties"
Title="Window1" Height="300" Width="300">
<Window.Resources>
</Window.Resources>
<Grid>
<Button Margin="30,20,30,20" Click="Button_Click" Content="{x:Static props:Resources.Button1Text}" />
</Grid>
</Window>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?