Skip to content

Commit

Permalink
Add winres, pgres, ucres
Browse files Browse the repository at this point in the history
  • Loading branch information
emu2021makuake authored Jun 15, 2021
1 parent 0912e94 commit 1ff2c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Enter the shortcut command and type `Tab` twice.
| `cds>cd*2` | `<Grid.ColumnDefinitions>`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />`</Grid.ColumnDefinitions>` | 2 columns Grid |
| `cds>cd*3` | `<Grid.ColumnDefinitions>`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />` <ColumnDefinition Width="1*" />`<br />`</Grid.ColumnDefinitions>` | 3 columns Grid |
| `style` | `<Style x:Key="key1" TargetType="Button"></Style>` | Style |
| `winres` | `<Window.Resources></Window.Resources>` | Window Resources |
| `pgres` | `<Page.Resources></Page.Resources>` | Page Resources |
| `ucres` | `<UserControl.Resources></UserControl.Resources>` | UserControl Resources |

## FYR Visual Studio 2019 default snippets

Expand Down

0 comments on commit 1ff2c82

Please sign in to comment.