Esempio n. 1
0
 public void SetWallpaper(string textureDict)
 {
     _wallpaper = new Wallpaper(textureDict);
 }
Esempio n. 2
0
 public void SetWallpaper(string textureDict)
 {
     _wallpaper = new Wallpaper(textureDict);
 }
Esempio n. 3
0
 public void SetWallpaper(Wallpaper wallpaper)
 {
     _wallpaper = wallpaper;
 }
Esempio n. 4
0
 public void SetWallpaper(Wallpaper wallpaper)
 {
     _wallpaper = wallpaper;
 }