mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
8 lines
232 B
C#
8 lines
232 B
C#
namespace Bloxstrap.Extensions
|
|
{
|
|
static class BootstrapperStyleEx
|
|
{
|
|
public static IBootstrapperDialog GetNew(this BootstrapperStyle bootstrapperStyle) => Controls.GetBootstrapperDialog(bootstrapperStyle);
|
|
}
|
|
}
|