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

View File

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