Beispiel #1
0
        public void SetBackgroundImage(string path)
        {
            if (backgroundImagePath == path)
            {
                return;
            }

            native.SetBackgroundImage(path);
            backgroundImagePath = path;
        }