Ejemplo n.º 1
0
 /** @deprecated Use 'Cell.load(IContext, IMendixIdentifier)' instead. */
 @Deprecated
 public static googlecharts.proxies.Cell initialize(
     com.mendix.systemwideinterfaces.core.IContext context,
     com.mendix.systemwideinterfaces.core.IMendixIdentifier mendixIdentifier)
     throws com.mendix.core.CoreException {
   return googlecharts.proxies.Cell.load(context, mendixIdentifier);
 }