Esempio n. 1
0
 public void ChangeBackgroundImage(string imagePath)
 {
     if (backgroundImage.ChangeBackgroundImage(imagePath))
     {
         currentProfile.profileData.BackgroundImagePath = imagePath;
     }
     else
     {
         backgroundImage.RemoveBackgroundImage();
         currentProfile.profileData.BackgroundImagePath = "";
     }
 }