diff --git a/Installer/InstallItems/Snippets/CSharp/mvvmFormsBindableProp.snippet b/Installer/InstallItems/Snippets/CSharp/mvvmFormsBindableProp.snippet index a2e039b..5158b75 100644 --- a/Installer/InstallItems/Snippets/CSharp/mvvmFormsBindableProp.snippet +++ b/Installer/InstallItems/Snippets/CSharp/mvvmFormsBindableProp.snippet @@ -7,7 +7,7 @@
+ /// Gets the $PropertyName$ UI element.
+ ///
public $ElementType$ $PropertyName$
{
get