Files
2024-06-29 21:52:31 +01:00

6 lines
98 B
C#

namespace Toolkit.Foundation;
public interface IAsyncInitialization
{
Task Initialize();
}