Esempio n. 1
0
        void _clsAplServicos.Lista(ref clsParamAplServicos objParametros, ref Array strLista, ref VBA.Collection colLoc)
        {
            string[] servicos;
            servicos = new string[2];

            servicos[1] = "Assistente de criação de utilizadores";

            strLista = servicos;
        }
        void _clsAplServicos.Lista(ref clsParamAplServicos objParametros, ref Array strLista, ref VBA.Collection colLoc)
        {
            string[] servicos;
            servicos = new string[3];

            servicos[1] = "Asistente de creación de usuarios";
            servicos[2] = "Recálculo de stocks";

            strLista = servicos;
        }
        void _clsAplParametrizacoes.Lista(ref clsParamAplParams objParametros, ref Array strLista, ref VBA.Collection colLoc)
        {
            string[] Parametros;

            Parametros = new string[3];

            Parametros[1] = "Parámetros Generales";
            Parametros[2] = "Logins";

            strLista = Parametros;
        }