1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2011-07-12 15:18:19 +02:00

16 lines
157 B
C#

using System;
namespace Tester
{
public class Consts
{
public Consts ()
{
}
public const int Enuma = 2;
public const int Enumb = 44;
}
}