mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 09:01:32 -07:00
13 lines
219 B
C#
13 lines
219 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum BootstrapperStyle
|
|
{
|
|
VistaDialog,
|
|
LegacyDialog2008,
|
|
LegacyDialog2011,
|
|
ProgressDialog,
|
|
FluentDialog,
|
|
ByfronDialog
|
|
}
|
|
}
|