I have this error message when I call or create a enum
, this is the enumerator
public enum mexTipAutent :int
{
mvxBD = 2,
mvxWA = 4,
mvxAPP = 8,
}
and this is the call where the error marks me
if (pnTipAutent == clsBaseDatos.mexTipAutent.mvxBD)
{
}
thanks in advance.
Greetings