Ejemplo n.º 1
0
 public static EnergizerContext getInstance()
 {
     if (instance == null)
     {
         instance = new EnergizerContext();
     }
     return(instance);
 }