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 21, 2024
1 parent cbbff15 commit 26fa27e
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 @@ -24,7 +24,7 @@ public MainWindow()
var (firstName, lastName) = tuple;
Console.WriteLine($"{firstName} {lastName}");
});

var test = new Test
{
Person = person,
Expand Down

0 comments on commit 26fa27e

Please sign in to comment.