mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 02:21:27 -07:00
10 lines
144 B
C#
10 lines
144 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum BootstrapperStyle
|
|
{
|
|
TaskDialog,
|
|
LegacyDialog,
|
|
ProgressDialog
|
|
}
|
|
}
|