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