1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2011-06-14 09:34:39 +02:00

16 lines
171 B
C#

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