add ILoadContentAsync

This commit is contained in:
2024-11-08 10:50:44 +01:00
parent e884666225
commit dcb4e1c1cf
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace Pilz.UI;
public interface ILoadContentAsync
{
Task LoadContentAsync();
}