///<summary>Ensures that all grid settings have been registered.</summary> public static void EnsureRegistered() { AppFramework.AutoRegisterDesigner(); }
static SettingsRegistrator() { try { InitializeStandardSettings(); AppFramework.AutoRegisterDesigner(); } catch (Exception ex) { MessageBox.Show(ex.ToString()); } }