Beispiel #1
0
        private void SetOriginalGradientBackground()
        {
            var backgroundFileName = NaroAppConstantNames.InstallDirectory + @"\background.bmp";

            Ensure.IsTrue(File.Exists(backgroundFileName));
            _view.SetBackgroundImage(backgroundFileName, AspectFillMethod.Aspect_FM_STRETCH, true);
        }