Пример #1
0
        private void HGLForm_Resize(object sender, EventArgs e)
        {
            if (this.BackgroundImage != null)
            {
                this.BackgroundImage.Dispose();
            }

            this.BackgroundImage = background.GenerateBackground(this.ClientSize);
        }