Ejemplo n.º 1
0
        private void GetLettereProtocolli()
        {
            SAAdminTool.DocsPaWR.DocsPaWebService wws  = new SAAdminTool.DocsPaWR.DocsPaWebService();
            SAAdminTool.DocsPaWR.InfoUtente       user = new InfoUtente();
            this.etichette       = wws.getEtichetteDocumenti(user, IdAmministrazione.ToString());
            this.chk_Arr.Text    = etichette[0].Etichetta; //Valore A
            this.chk_Part.Text   = etichette[1].Etichetta; //Valore P
            this.chk_Int.Text    = etichette[2].Etichetta;
            this.chk_Grigio.Text = etichette[3].Etichetta;

            if (!wws.IsInternalProtocolEnabled(IdAmministrazione.ToString()))
            {
                this.chkList.Items.Remove(this.chkList.Items[2]);
            }
        }