Exemple #1
0
        private double Calibration(ArrayList shots, int index)
        {
            Shot s = (Shot)shots[0];

            return(s.Calibration(index));
        }