Exemplo n.º 1
0
        }                                     //private constructor

        public static FindDerivationGenerator GetInstance()
        {
            if (singleton == null)
            {
                singleton = new FindDerivationGenerator();
            }
            return(singleton);
        }
Exemplo n.º 2
0
 public override Generator GetGenerator()
 {
     return(FindDerivationGenerator.GetInstance());
 }