Esempio n. 1
0
 public void Execute(object parameter)
 {
     WallpaperNative.SetWallpaperNet(parameter as string);
 }
Esempio n. 2
0
 public void Execute(object parameter)
 {
     WallpaperNative.DownloadImage(parameter as string);
 }