feat(Storage) Storage feature done

This commit is contained in:
2022-04-24 21:34:02 -04:00
parent afaafbe713
commit adbf36da9f
37 changed files with 620 additions and 368 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
entityDialogService.Subscribe(OnUpdate);
}
public void Dispose()
void IDisposable.Dispose()
{
entityDialogService.Unsubscribe(OnUpdate);
}
+1 -1
View File
@@ -21,7 +21,7 @@
public void Dispose()
void IDisposable.Dispose()
{
searchService.Unsubscribe(OnUpdate);
}
+1 -1
View File
@@ -38,7 +38,7 @@
ageTimer.Enabled = true;
}
public void Dispose()
void IDisposable.Dispose()
{
toastService.Unsubscribe(OnUpdate);
}