fix(BuildCalc) Immortal filters
This commit is contained in:
@@ -17,6 +17,10 @@ public class MemoryTesterService : IMemoryTesterService {
|
||||
|
||||
private readonly Random random = new();
|
||||
|
||||
|
||||
private event MemoryAction OnChange = null!;
|
||||
|
||||
|
||||
public void Subscribe(MemoryAction action) {
|
||||
OnChange += action;
|
||||
}
|
||||
@@ -88,8 +92,6 @@ public class MemoryTesterService : IMemoryTesterService {
|
||||
|
||||
//public delegate void MemoryAction(MemoryTesterActions memoryAction);
|
||||
|
||||
private event MemoryAction OnChange = null!;
|
||||
|
||||
private void NotifyDataChanged(MemoryTesterEvent memoryAction) {
|
||||
OnChange?.Invoke(memoryAction);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user