Commit 3038aa35 by Javier Piris

Añadidos métodos en el menú y en home views de Navegación nuevos

parent c724ee7a
...@@ -50,7 +50,7 @@ namespace inutralia.Views ...@@ -50,7 +50,7 @@ namespace inutralia.Views
void OnTapGestureQuestion(object sender, EventArgs args) void OnTapGestureQuestion(object sender, EventArgs args)
{ {
RootPage?.Navigate<QuestionListView>(); RootPage?.Navigation<QuestionListView>();
} }
} }
} }
...@@ -82,7 +82,7 @@ namespace inutralia.Views ...@@ -82,7 +82,7 @@ namespace inutralia.Views
void OnBtnQuestionSpecialistClicked() void OnBtnQuestionSpecialistClicked()
{ {
(App.Current.MainPage as RootPage).Navigate<QuestionListView>(); (App.Current.MainPage as RootPage).Navigation<QuestionListView>();
} }
void OnLoginOutClicked() void OnLoginOutClicked()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment