Skip to content

Commit

Permalink
chore: Adjust sample for winui
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 4, 2024
1 parent da9268b commit 28c0ba0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ namespace UITests.Windows_UI_Xaml_Controls.FlyoutTests
[Sample("Flyouts")]
public sealed partial class Flyout_ShowAt_Window_Content : Page
{
private XamlRoot _xamlRoot;

public Flyout_ShowAt_Window_Content()
{
this.InitializeComponent();

#if HAS_UNO
XamlRoot _xamlRoot = null;
Unloaded += (s, e) => _xamlRoot = XamlRoot;
Unloaded += (s, e) =>
{
Expand Down

0 comments on commit 28c0ba0

Please sign in to comment.