Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created January 16, 2013 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/4550566 to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/4550566 to your computer and use it in GitHub Desktop.
var m = Member.GetMemberFromLoginNameAndPassword(tb_email.Text, tb_password.Text);
if (m != null)
{
Member.AddMemberToCache(m);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment