lauffähige Grundversion erstellt

This commit is contained in:
2023-03-26 14:00:02 +02:00
parent b1ef5cffb5
commit 9007099d56
24 changed files with 344 additions and 214 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace SewerStammGen.Interface.Navigator
{
internal interface IMainWindowNavigator : INavigator
public interface IMainWindowNavigator : INavigator
{
}
}