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

16 lines
157 B
C#
Raw Normal View History

2011-06-14 09:34:18 +02:00
using System;
namespace Tester
{
public class Consts
{
public Consts ()
{
}
2011-07-12 15:18:19 +02:00
public const int Enuma = 2;
public const int Enumb = 44;
2011-06-14 09:34:18 +02:00
}
}