window1.xaml

来自「C#高级编程第6版随书源代码 值得下载」· XAML 代码 · 共 9 行

XAML
9
字号
<Window x:Class="DemandPermissionsCode.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Demand Permissions" Height="300" Width="300">
    <Grid>
      <Button x:Name="button1" Height="50" Width="180">Requires FileIOPermission</Button>
   </Grid>
</Window>

⌨️ 快捷键说明

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