Добавление IDisposable

This commit is contained in:
2025-02-23 10:18:38 +03:00
parent b6226b68c9
commit ae4979c9f9
12 changed files with 207 additions and 72 deletions
+5
View File
@@ -20,6 +20,11 @@ namespace Example.Frontend
await Task.Yield();
return new ClientBasedPage();
}
public void Dispose()
{
}
}
public class ClientBasedPage : IPage