Files
2024-12-04 22:35:58 +00:00

7 lines
94 B
C#

namespace Toolkit.Foundation;
public interface IInitialization
{
void Initialize();
}