Ejemplo n.º 1
0
        private string[] CreateResidual()
        {
            List <string> tmpList = new List <string>(Disabled.Compile());

            //strip the headers and footers
            tmpList.RemoveAt(0);
            tmpList.RemoveAt(0);
            tmpList.RemoveAt(tmpList.Count - 1);
            tmpList.RemoveAt(tmpList.Count - 1);

            return(tmpList.ToArray());
        }