예제 #1
0
    // to check whether the
    private string CheckforUpdate()
    {
        string retval;

        if ((UserInfo.FirstName == null) && (UserInfo.LastName == null))
        {
            UserInfo = getUserInfoStructwithValues();
        }
        CamperAppl.IsCamperBasicInfoUpdated(UserInfo, out retval);
        return(retval);
    }