Renavigator umgebaut

This commit is contained in:
HuskyTeufel
2021-09-29 18:36:56 +02:00
parent f15d0b2983
commit debecff686
17 changed files with 73 additions and 37 deletions

View File

@@ -8,6 +8,6 @@ namespace DaSaSo.ViewModel.Interface
{
public interface IRenavigator
{
void Renavigate(BaseViewModel target);
void Renavigate();
}
}