Example #1
0
        static void Main()
        {
            Cell cell = new Cell();

            cell.SetFoo(5150);
            Console.WriteLine("TRACER: " + cell.GetFoo());
        }