private void btnSetImage_Click(object sender, EventArgs e) { var bgChanger = new BackgroundChanger(); GlobalVariables.NasaImage = bgChanger.GetImage(_currentImageNumber, _currentPage); bgChanger.SetDesktopBackground(GlobalVariables.NasaImage.DownloadedPath); Close(); }
private void UpdateContent() { var changer = new BackgroundChanger(); GlobalVariables.NasaImage = changer.GetImage(); changer.SetDesktopBackground(GlobalVariables.NasaImage.DownloadedPath); UpdateControlContent(); }