change UI to UI.WinForms
This commit is contained in:
6
Pilz.UI.WinForms/ILoadContentAsync.cs
Normal file
6
Pilz.UI.WinForms/ILoadContentAsync.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Pilz.UI.WinForms;
|
||||
|
||||
public interface ILoadContentAsync
|
||||
{
|
||||
Task LoadContentAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user