mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 02:21:27 -07:00
cleanup necessary namespaces and adjust namespaces for certain classes to better represent what they're for models, helpers and tools are all different and shouldnt really be under the same namespace
12 lines
197 B
C#
12 lines
197 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum BootstrapperStyle
|
|
{
|
|
VistaDialog,
|
|
LegacyDialog2009,
|
|
LegacyDialog2011,
|
|
ProgressDialog,
|
|
FluentDialog
|
|
}
|
|
}
|