Skip to content

Commit

Permalink
Update MainWindow.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Nov 28, 2024
1 parent c3151aa commit ae122a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveGeneratorDemo/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public MainWindow()
Person = person,
Car = new Car { Make = "Toyota" }
};

DataContext = test;
}
}

0 comments on commit ae122a8

Please sign in to comment.