Beispiel #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            ServicioGestionClient proxy = new ServicioGestionClient();

            this.lblTotalAccionesComerciales.Text = Convert.ToString(proxy.numTotalAccionesComerciales()); ;
            this.lblTotalEmpresa.Text = Convert.ToString(proxy.numTotalEmpresas()); ;
            this.lblTotalContactos.Text = Convert.ToString(proxy.numTotalContactos());
            this.lblTotalUsuarios.Text = Convert.ToString(proxy.numTotalUsuarios());
        }