Exemplo n.º 1
0
		internal CResultCache(Interface callerInterface)
		{
			myInterface = callerInterface;
			result = new CResult(callerInterface);
		}
Exemplo n.º 2
0
 internal CResultCache(Interface callerInterface)
 {
     myInterface = callerInterface;
     result      = new CResult(callerInterface);
 }