Example #1
0
 private void DoneDataSaving(string url)
 {
     Debug.Log("Get the user image Url");
     UserProfilePage.SetActive(true);
     UserProfilePage.GetComponent <GetUserImage>().getIamge(url);
     LoginPage.SetActive(false);
 }