mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2026-03-02 16:42:08 +00:00
9 lines
85 B
C#
9 lines
85 B
C#
|
|
namespace Samples
|
|
{
|
|
enum Category
|
|
{
|
|
Widgets,
|
|
Dialogs
|
|
}
|
|
} |