コード例 #1
0
ファイル: CustomiFruit.cs プロジェクト: prens2/iFruitAddon2
 public void SetWallpaper(ContactIcon icon)
 {
     _wallpaper = icon;
 }
コード例 #2
0
ファイル: CustomiFruit.cs プロジェクト: prens2/iFruitAddon2
 public void SetWallpaper(string textureDict)
 {
     _wallpaper = new Wallpaper(textureDict);
 }
コード例 #3
0
ファイル: CustomiFruit.cs プロジェクト: prens2/iFruitAddon2
 /// <summary>
 /// Set the wallpaper of the phone.
 /// </summary>
 /// <param name="wallpaper"></param>
 public void SetWallpaper(Wallpaper wallpaper)
 {
     _wallpaper = wallpaper;
 }