public static string getImagenPlasma3() { if (IMAGEN_PLASMA3.Contains('~')) { IMAGEN_PLASMA3 = IMAGEN_PLASMA3.Substring(2, IMAGEN_PLASMA3.Length - 2); } return(IMAGEN_PLASMA3); }
public static string getMensajePlasma3() { if (IMAGEN_PLASMA3.Contains('~')) { IMAGEN_PLASMA3 = IMAGEN_PLASMA3.Substring(2, IMAGEN_PLASMA3.Length - 2); } return(MENSAJE_PLASMA3); }