mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 10:31:26 -07:00
11 lines
276 B
C#
11 lines
276 B
C#
using Bloxstrap.Enums;
|
|
using Bloxstrap.UI;
|
|
|
|
namespace Bloxstrap.Extensions
|
|
{
|
|
static class BootstrapperStyleEx
|
|
{
|
|
public static IBootstrapperDialog GetNew(this BootstrapperStyle bootstrapperStyle) => Controls.GetBootstrapperDialog(bootstrapperStyle);
|
|
}
|
|
}
|