bloxstrap/Bloxstrap/Extensions/BootstrapperStyleEx.cs

8 lines
232 B
C#

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