Skip to content

Commit 0d188da

Browse files
fix: Genertaion of native ctor
1 parent d574b86 commit 0d188da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Controls/ImageTests/LoadFromBytes.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
using Windows.UI.Xaml;
77
using Windows.UI.Xaml.Media;
88
using Windows.UI.Xaml.Media.Imaging;
9+
using Windows.UI.Xaml.Controls;
910
using Uno.Extensions;
1011

1112
namespace Uno.UI.Samples.UITests.ImageTestsControl
1213
{
1314
[SampleControlInfo("Image", "LoadFromBytes")]
14-
public sealed partial class LoadFromBytes
15+
public sealed partial class LoadFromBytes: UserControl
1516
{
1617
public LoadFromBytes()
1718
{

0 commit comments

Comments
 (0)