コード例 #1
0
 public void SetWallpaper(string path)
 {
     _wallpaperApi.EnableTransitions();
     _wallpaperApi.SetWallpaper(path);
 }