示例#1
0
        public Point takePointtoGo(Saver_Array S)
        {
            S_temp = new Saver_Array();
            S_temp = S;

            return(ai_FindWay());
        }
示例#2
0
        public Point takePointtoGo(Saver_Array S)
        {
            S_temp = new Saver_Array();
            S_temp = S;

            return ai_FindWay();
        }