Skip to content

Commit

Permalink
Add Windows partial class.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Aug 24, 2023
1 parent 6ce0fa1 commit 6ac3e2b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using Microsoft.UI.Xaml;

namespace BehaviorsDemos
{
public partial class TintColorBehavior : PlatformBehavior<Image, FrameworkElement>
{
// NO-OP
}
}

0 comments on commit 6ac3e2b

Please sign in to comment.