Exemplo n.º 1
0
        public bool Method3(int o1)
        {
            Cell cell3 = new MyCell();

            return(cell3.IsAlive());
        }
Exemplo n.º 2
0
        public object Method1()
        {
            Cell cell1 = new MyCell();

            return(cell1);
        }
Exemplo n.º 3
0
        public int Method2()
        {
            Cell cell2 = new MyCell();

            return(cell2.Grow());
        }