public static string getImagenPlasma2() { if (IMAGEN_PLASMA2.Contains('~')) { IMAGEN_PLASMA2 = IMAGEN_PLASMA2.Substring(2, IMAGEN_PLASMA2.Length - 2); } return(IMAGEN_PLASMA2); }
public static string getMensajePlasma2() { if (IMAGEN_PLASMA2.Contains('~')) { IMAGEN_PLASMA2 = IMAGEN_PLASMA2.Substring(2, IMAGEN_PLASMA2.Length - 2); } return(MENSAJE_PLASMA2); }