12 lines
No EOL
218 B
C#
12 lines
No EOL
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
|
|
}
|
|
} |