コード例 #1
0
    void CreateInfoList()
    {
        m_OthersInfo.Infos.Clear();

        string info_url = MasterDataUtil.GetMasterDataGlobalParamTextFromID(GlobalDefine.WEB_LINK_INFORMATION);

        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he168p_button1", info_url, OnClickInfoListItem));
        //string home_url = MasterDataUtil.GetMasterDataGlobalParamTextFromID(GlobalDefine.WEB_LINK_HP_DIVINE);
        //m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he168p_button2", home_url, OnClickInfoListItem));
        string mr_url = MasterDataUtil.GetMasterDataGlobalParamTextFromID(GlobalDefine.WEB_LINK_MR_DIVINE);

        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he168p_button3", mr_url, OnClickInfoListItem));
    }
コード例 #2
0
    void CreateInfoList()
    {
        m_OthersInfo.Infos.Clear();

        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he172p_buttontitle1", Patcher.Instance.GetAgreementUrl(), null));
        string kessai_url = MasterDataUtil.GetMasterDataGlobalParamTextFromID(GlobalDefine.WEB_LINK_SHIKIN_KESSAI);

        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he172p_buttontitle2", kessai_url, null));
        string torihiki_url = MasterDataUtil.GetMasterDataGlobalParamTextFromID(GlobalDefine.WEB_LINK_TOKUTEI_TORIHIKI);

        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he172p_buttontitle3", torihiki_url, null));
        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateWebViewWithCaptionKey("he172p_buttontitle4", Patcher.Instance.GetPolicyUrl(), null));
        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateScrollDialogInfo("he172p_buttontitle5", "credit_text", null));
        m_OthersInfo.Infos.Add(OthersInfoListContext.CreateScrollDialogInfo("he172p_buttontitle6", "license_text", null));
    }