Ejemplo n.º 1
0
        public TextSearchPage()
        {
            this.InitializeComponent();
            m_api_wikipediaSearch             = new APIMASHLib.APIMASHInvoke();
            m_api_wikipediaSearch.OnResponse += m_api_wikipediaSearch_OnResponse;
            m_results = new APIMASH_WikiPediaLib.APIMASH_geonamesCollection();

            m_msghelper = new MsgHelper(TextBlock_Msg);
            m_msghelper.clr();
            m_msghelper.msg("initialized and ready");
        }
        public TextSearchPage()
        {
            this.InitializeComponent();
            m_api_wikipediaSearch = new APIMASHLib.APIMASHInvoke();
            m_api_wikipediaSearch.OnResponse += m_api_wikipediaSearch_OnResponse;
            m_results = new APIMASH_WikiPediaLib.APIMASH_geonamesCollection();

            m_msghelper = new MsgHelper(TextBlock_Msg);
            m_msghelper.clr();
            m_msghelper.msg("initialized and ready");
        }
        public FindNearbyPlacesPage()
        {
            this.InitializeComponent();

            api_findNearbyPlaces             = new APIMASHLib.APIMASHInvoke();
            api_findNearbyPlaces.OnResponse += api_findNearbyPlaces_OnResponse;
            _nearbyplaces = new APIMASH_WikiPediaLib.APIMASH_geonamesCollection();

            m_msghelper = new MsgHelper(TextBlock_Msg);
            m_msghelper.clr();
            m_msghelper.msg("initialized");
            m_msghelper.abouttextblock();
        }
        public FindNearbyPlacesPage()
        {
            this.InitializeComponent();

            api_findNearbyPlaces = new APIMASHLib.APIMASHInvoke();
            api_findNearbyPlaces.OnResponse += api_findNearbyPlaces_OnResponse;
            _nearbyplaces = new APIMASH_WikiPediaLib.APIMASH_geonamesCollection();

            m_msghelper = new MsgHelper(TextBlock_Msg);
            m_msghelper.clr();
            m_msghelper.msg("initialized");
            m_msghelper.abouttextblock();
        }