private void CustomGraphicsOptions_Close(object sender, FormClosingEventArgs e) { GlobalFuncs.ReadClientValues(GlobalVars.UserConfiguration.SelectedClient, null); GlobalFuncs.ApplyClientSettings_custom(info, GlobalVars.UserConfiguration.SelectedClient, MeshDetail, ShadingQuality, MaterialQuality, AA, AASamples, Bevels, Shadows_2008, Shadows_2007, Style_2007, QualityLevel, WindowResolution, FullscreenResolution, ModernResolution); }
private void CustomGraphicsOptions_Close(object sender, FormClosingEventArgs e) { GlobalFuncs.ReadClientValues(ClientName, null); GlobalFuncs.ApplyClientSettings_custom(info, ClientName, MeshDetail, ShadingQuality, MaterialQuality, AA, AASamples, Bevels, Shadows_2008, Shadows_2007, QualityLevel); }