Exemple #1
0
        public void Close()
        {
            if (_obj != null)
            {
                _obj = null;
            }

            if (randomobj != null)
            {
                randomobj = null;
            }

            if (fiboCheck != null)
            {
                fiboCheck = null;
            }
        }
Exemple #2
0
 public void Init()
 {
     _obj      = new ProgrammingTest.ProgrammingTest();
     randomobj = new RandomPinGenerator();
     fiboCheck = new FibonacciCheck();
 }