14 lines
212 B
C#
14 lines
212 B
C#
|
|
namespace AyAEL.SEG
|
|
{
|
|
public class MenuComandoEL
|
|
{
|
|
#region Atributos
|
|
|
|
public int Menu { get; set; }
|
|
|
|
public int Comando { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
}
|