mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 05:51:10 +00:00
9 lines
85 B
C#
9 lines
85 B
C#
|
|
namespace Samples
|
|
{
|
|
enum Category
|
|
{
|
|
Widgets,
|
|
Dialogs
|
|
}
|
|
} |