示例#1
0
        /// <summary>
        /// Get NAServer Object from the web service
        /// </summary>
        private void ConnectToWebService()
        {
            m_naServer = null;

            // Get NAServer
            m_naServer = new SanFrancisco_NAServer();
            if (m_naServer != null)
            {
                return;
            }

            throw (new System.Exception("Could not find the web service."));
        }
		/// <summary>
		/// Get NAServer Object from the web service
		/// </summary>		
		private void ConnectToWebService()
		{
			m_naServer = null;

			// Get NAServer
			m_naServer = new SanFrancisco_NAServer();
			if (m_naServer != null)
				return;

			throw (new System.Exception("Could not find the web service."));

		}