14 lines
220 B
C#
14 lines
220 B
C#
|
|
namespace AyAEL.APL
|
|
{
|
|
public class ItemMenuComandoEL
|
|
{
|
|
#region Atributos
|
|
|
|
public int ItemMenu { get; set; }
|
|
|
|
public int Comando { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
}
|