9 lines
No EOL
85 B
C#
9 lines
No EOL
85 B
C#
|
|
namespace Samples
|
|
{
|
|
enum Category
|
|
{
|
|
Widgets,
|
|
Dialogs
|
|
}
|
|
} |