CSPspEmu.Gui.Winforms.PspDisplayForm.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs PaintEventArgs ) : void
PaintEventArgs PaintEventArgs
return void
        protected override void OnPaintBackground(PaintEventArgs PaintEventArgs)
        {
            UpdateTitle();
        }
PspDisplayForm