VixenModules.App.Curves.CurveLibrarySelector.CurveLibrarySelector_FormClosing C# (CSharp) Method

CurveLibrarySelector_FormClosing() private method

private CurveLibrarySelector_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
return void
        private void CurveLibrarySelector_FormClosing(object sender, FormClosingEventArgs e)
        {
            CurveLibraryStaticData data;
            data =
                (ApplicationServices.Get<IAppModuleInstance>(CurveLibraryDescriptor.ModuleID) as CurveLibrary).StaticModuleData as
                CurveLibraryStaticData;
            data.SelectorWindowBounds = Bounds;
        }