This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | |
<CodeSnippet Format="1.0.0"> | |
<Header> | |
<Title>Observableproperty with Backing Field</Title> | |
<Description>Creates a observable property with a backing field.</Description> | |
<Shortcut>bindableProp</Shortcut> | |
</Header> | |
<Snippet> | |
<Declarations> | |
<Literal> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | |
<CodeSnippet Format="1.0.0"> | |
<Header> | |
<Title>instance</Title> | |
<Shortcut>instance</Shortcut> | |
<Description>Creates a Singelton</Description> | |
<Author>osyyyS</Author> | |
</Header> | |
<Snippet> |