7 lines
100 B
C#
7 lines
100 B
C#
namespace Pilz.UI.WinForms;
|
|
|
|
public interface ILoadContentAsync
|
|
{
|
|
Task LoadContentAsync();
|
|
}
|