bloxstrap/Bloxstrap/Extensions/BootstrapperStyleEx.cs
2023-07-15 22:52:44 +01:00

8 lines
232 B
C#

namespace Bloxstrap.Extensions
{
static class BootstrapperStyleEx
{
public static IBootstrapperDialog GetNew(this BootstrapperStyle bootstrapperStyle) => Controls.GetBootstrapperDialog(bootstrapperStyle);
}
}