Example #1
0
 public void SetWallpaper(string textureDict)
 {
     _wallpaper = new Wallpaper(textureDict);
 }
 public void SetWallpaper(string textureDict)
 {
     _wallpaper = new Wallpaper(textureDict);
 }
Example #3
0
 public void SetWallpaper(Wallpaper wallpaper)
 {
     _wallpaper = wallpaper;
 }
 public void SetWallpaper(Wallpaper wallpaper)
 {
     _wallpaper = wallpaper;
 }