Navigation zwischen views Funktioniert
This commit is contained in:
@@ -9,10 +9,15 @@ namespace DaSaSo.ViewModel.Interface
|
||||
{
|
||||
public interface IActualProject
|
||||
{
|
||||
event EventHandler? ClientChanged;
|
||||
event EventHandler? ProjectChanged;
|
||||
event EventHandler? BuildingSiteChanged;
|
||||
Client AktuellClient { get; }
|
||||
Project AktuellProjekt { get; }
|
||||
Buildingsite AktuellBaustelle { get; }
|
||||
|
||||
void SetClient(Client client);
|
||||
void SetProject(Project project);
|
||||
void SetBuildingSite(Buildingsite buildingsite);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user