LineaSeparacionPortalCli.cs
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Drawing;
5 using System.Data;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms;
9 using sage.ew.interficies;
10 using sage.ew.objetos;
11 
12 namespace sage.addons.portalcli.Visual.UserControls
13 {
15  {
16  public string _Menu
17  {
18  get;
19  set;
20  }
21 
22  public string _TituloMenu
23  {
24  get
25  {
26  return "-";
27  }
28  set
29  {
30  ;
31  }
32  }
33 
34  public dynamic _Documento
35  {
36  get;
37  set;
38  }
39 
41  {
42  InitializeComponent();
43  Name = "LineaSeparacionPortalCli";
44  }
45 
46 
47  }
48 }
Base para los botones de Eurowin
Interfaz para poder añadir una opción en los menus de los perfiles