Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
INavigationAware.cs
2
6public interface INavigationAware
7{
12 void OnNavigatedTo(object parameter);
13
18}
Interface for objects that need to handle navigation events.
void OnNavigatedTo(object parameter)
OnNavigatedTo method to handle navigation to this object.
void OnNavigatedFrom()
OnNavigatedFrom method to handle navigation away from this object.