Exemplo n.º 1
0
        public AutoTraderMainQuery(string strPostCode, int iMiles)
        {
            _strPostCode = strPostCode;
            _iMiles      = iMiles;

            // Search all trade cars sold within x miles of y postcode

            OnTidiedData += new TidiedDataHandler(tidiedData);
        }