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