Exemplo n.º 1
0
        // Fabriquer et rapprocher
        public RapproRaw Produire(Operation ope, OperationRawSG raw, int indice, string _origine)
        {
            // Rappro
            RapproRaw rappro = this.FabriquerRappro(ope, raw, indice, _origine);

            // Rappro Raw
            raw.Rapprocher();
            raw.Pointer();

            // Rappro opé
            ope.Rapprocher(raw);
            ope.Pointer();

            // Retour
            return rappro;
        }