Example #1
0
 private void GoBack()
 {
     _navigation.NavigateTo(RetourPagePrec.GetPrec());
 }
Example #2
0
 private void GetStats()
 {
     RetourPagePrec.GetList().Add("StatsPage");
     _navigation.NavigateTo("StatsPage");
 }
Example #3
0
 private void NewSport()
 {
     RetourPagePrec.GetList().Add("SportPage");
     _navigation.NavigateTo("SportPage");
 }
Example #4
0
 private void NewComplexe()
 {
     RetourPagePrec.GetList().Add("ComplexePage");
     _navigation.NavigateTo("ComplexePage");
 }
Example #5
0
 private void AccueilApp()
 {
     RetourPagePrec.GetList().Add("HomePage");
     _navigation.NavigateTo("HomePage");
 }