namespace Bloxstrap.Extensions { static class BootstrapperStyleEx { public static IBootstrapperDialog GetNew(this BootstrapperStyle bootstrapperStyle) => Frontend.GetBootstrapperDialog(bootstrapperStyle); public static IReadOnlyCollection Selections => new BootstrapperStyle[] { BootstrapperStyle.FluentDialog, BootstrapperStyle.ProgressFluentDialog, BootstrapperStyle.ProgressFluentAeroDialog, BootstrapperStyle.ByfronDialog, BootstrapperStyle.LegacyDialog2011, BootstrapperStyle.LegacyDialog2008, BootstrapperStyle.VistaDialog }; } }