Exemplo n.º 1
0
 public ICountingAlgorithm GetAlgorithm()
 {
     if (cachedAlgorithm == null)
     {
         cachedAlgorithm = (ICountingAlgorithm)addIn.CreateObject(className);
     }
     return(cachedAlgorithm);
 }
Exemplo n.º 2
0
		public ICountingAlgorithm GetAlgorithm()
		{
			if (cachedAlgorithm == null) {
				cachedAlgorithm = (ICountingAlgorithm)addIn.CreateObject(className);
			}
			return cachedAlgorithm;
		}