mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -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);
|
|
}
|
|
}
|