bloxstrap/Bloxstrap/Extensions/BootstrapperStyleEx.cs
pizzaboxer 94fe52245e
Refactor UI code structuring
109 changed files :D
2023-07-02 13:10:04 +01:00

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);
}
}