www.pudn.com > 20065291434354190.rar > XPathFinder.h
#pragma once
#include "XPath.h"
#include "XMapCtrl.h"
class XPathFinder
{
public:
XPathFinder();
virtual ~XPathFinder();
public:
XStations stations;
XLines lines;
public:
vector Find(CString station1, CString station2, int type);
};