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 10b2f7c commit cbbff15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ReactiveGeneratorDemo/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ public MainWindow()
.WhenAnyFirstName()
.Subscribe(name => Console.WriteLine($"Name changed to: {name}"));

person.FirstName = "Jane";


person.WhenAnyFirstName()
.CombineLatest(person.WhenAnyLastName())
.Subscribe(tuple =>
Expand Down

0 comments on commit cbbff15

Please sign in to comment.