Files
Pilz/Pilz.UI/ILoadContentAsync.cs

7 lines
91 B
C#

namespace Pilz.UI;
public interface ILoadContentAsync
{
Task LoadContentAsync();
}