Skip to content

Commit

Permalink
fix: Add partial keyword to CustomControl.cs at TemplateControl
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabdelkabier committed Dec 5, 2022
1 parent 15a6fbc commit 5a6fb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UnoItemTemplate/TemplatedControl.UWP/CustomControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace $rootnamespace$
{
public sealed class $safeitemname$ : Control
public sealed partial class $safeitemname$ : Control
{
public $safeitemname$()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace $rootnamespace$
{
public sealed class $safeitemname$ : Control
public sealed partial class $safeitemname$ : Control
{
public $safeitemname$()
{
Expand Down

0 comments on commit 5a6fb00

Please sign in to comment.