Files
KioskApp/GtkSharp/Source/Samples/Sections/Category.cs
2024-09-15 22:40:48 +02:00

12 lines
218 B
C#

// This is free and unencumbered software released into the public domain.
// Happy coding!!! - GtkSharp Team
namespace Samples
{
enum Category
{
Widgets,
Dialogs,
Miscellaneous
}
}