fix(BuildCalc) Immortal filters

This commit is contained in:
2022-04-14 00:11:50 -04:00
parent a04a75a8fd
commit 231ce16dd6
11 changed files with 51 additions and 50 deletions
+2 -2
View File
@@ -14,6 +14,8 @@ public class NavigationService : INavigationService {
private int webPageType;
private int webSectionType;
private event Action OnChange = null!;
public void Subscribe(Action action) {
@@ -98,8 +100,6 @@ public class NavigationService : INavigationService {
return renderType;
}
private event Action OnChange = null!;
private void NotifyDataChanged() {
OnChange?.Invoke();
}