| | |
| | | { |
| | | public partial class Frm_ShouJianDetect01H5 : DevExpress.XtraEditors.XtraForm |
| | | { |
| | | private static readonly string WebApiUrl = "http://192.168.1.145:86/AutoUpdater/h5/shoujian.html"; |
| | | private string guid = ""; |
| | | private string WebApiUrl = "http://192.168.1.145:86/AutoUpdater/h5/shoujian.html"; |
| | | private ChromiumWebBrowser chromeBrowser; |
| | | public Frm_ShouJianDetect01H5(string _urlPath) |
| | | public Frm_ShouJianDetect01H5(string _guid) |
| | | { |
| | | this.guid = _guid; |
| | | this.WebApiUrl = (WebApiUrl + "?guid=" + guid); |
| | | InitializeComponent(); |
| | | this.Load += ShowFile_Load; |
| | | this.FormClosed += ShowFile_FormClosed; |
| | |
| | | txtUrl.Text = WebApiUrl; |
| | | txtUrl.ReadOnly = true; |
| | | } |
| | | |
| | | } |
| | | } |