Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Remove sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed May 20, 2024
1 parent 2589643 commit 15bcacf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ public class TestParentWithDuplicateChildViewModel : ViewModel

[Inject]
public TestDuplicateChildViewModel Child2 { get; set; } = null!;

public TestParentWithDuplicateChildViewModel()
{
Child1.Something.DoSomething();
}
}

public class TestDuplicateChildViewModel : ViewModel
Expand Down

0 comments on commit 15bcacf

Please sign in to comment.