make ILoadContent as unicat

This commit is contained in:
2024-06-11 06:03:03 +02:00
parent 9593bb0223
commit 26a40aac70
9 changed files with 16 additions and 16 deletions

6
Pilz.UI/ILoadContent.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace Pilz.UI;
public interface ILoadContent
{
void LoadContent();
}