Gui neu angelegt
This commit is contained in:
12
StammGenerator/Interface/Navigator/IMainWindowNavigator.cs
Normal file
12
StammGenerator/Interface/Navigator/IMainWindowNavigator.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StammGenerator.Interface
|
||||
{
|
||||
public interface IMainWindowNavigator : INavigator
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user