Skip to content

Commit

Permalink
fix: Genertaion of native ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering committed May 13, 2022
1 parent d574b86 commit 0d188da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
using Windows.UI.Xaml;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Media.Imaging;
using Windows.UI.Xaml.Controls;
using Uno.Extensions;

namespace Uno.UI.Samples.UITests.ImageTestsControl
{
[SampleControlInfo("Image", "LoadFromBytes")]
public sealed partial class LoadFromBytes
public sealed partial class LoadFromBytes: UserControl
{
public LoadFromBytes()
{
Expand Down

0 comments on commit 0d188da

Please sign in to comment.