Example #1
0
        public bool Method3(int o1)
        {
            Cell cell3 = new MyCell();

            return(cell3.IsAlive());
        }
Example #2
0
        public object Method1()
        {
            Cell cell1 = new MyCell();

            return(cell1);
        }
Example #3
0
        public int Method2()
        {
            Cell cell2 = new MyCell();

            return(cell2.Grow());
        }