public ChangeWallpaperConfig(Guid networkId, ChangeWallpaperAction changeWallpaperAction)
            : this()
        {
            this.networkId = networkId;
            this.changeWallpaperAction = changeWallpaperAction;

            InitUI();
        }
Beispiel #2
0
        public ChangeWallpaperConfig(Guid networkId, ChangeWallpaperAction changeWallpaperAction)
            : this()
        {
            this.networkId             = networkId;
            this.changeWallpaperAction = changeWallpaperAction;

            InitUI();
        }