Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

No overload for method OnLogInButtonClicked

$
0
0

I am making a LogIn Button which when click should call OnLogInButtonClicked in the UserRepo class. But i get the above error.

LogInButton.Clicked += (sender, ea) => {
                new UserRepository().OnLogInButtonClicked();
            };

My OnLogInButtonClicked method is:
public static Page OnLogInButtonClicked (string email, string password)
{
}


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>