mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 16:55:37 +00:00
11 lines
195 B
C#
11 lines
195 B
C#
// This is free and unencumbered software released into the public domain.
|
|
// Happy coding!!! - GtkSharp Team
|
|
|
|
namespace Samples
|
|
{
|
|
enum Category
|
|
{
|
|
Widgets,
|
|
Dialogs
|
|
}
|
|
} |