Commit a06c4b4
committed
Refactor NavigationTrans and PropertyManager classes
- Removed unused `using System.Diagnostics.CodeAnalysis;` directive.
- Changed `PropertyManager` from a static class to a static file class.
- Fixed initialization of `properties` dictionary to use `new Dictionary<BindableObject, BaseCustomAnimation>()`.
- Updated `Add` method to correctly store values in the `properties` dictionary.
- `Get` method remains unchanged in functionality.1 parent d05c070 commit a06c4b4
File tree
1 file changed
+3
-4
lines changed1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments