Example #1
0
 /// <summary>
 /// Checks to see if the user's credentials are stored from a previous session
 /// </summary>
 public static bool CheckLogin()
 {
     //Initialize LoginData
     return(AuthenticatedData.CheckLoginData());
 }