using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using CoreFS.CA06;using Pur.Entity; using Pur.Pop_upWindow; namespace Pur.configure { public partial class FrmBpm : FrmWebBase { public FrmBpm() { InitializeComponent(); string bpmUrl = CoreFS.CA06.CoreCommon.coreCommon.UrlList["bpmserver"].Url; this.Url = bpmUrl + "/manager/autologin?username=" + CoreFS.SA06.CoreUserInfo.UserInfo.GetUserID(); } private void FrmBpm_Shown(Object sender, EventArgs e) { //FrmWebBase test = new FrmWebBase(); //test.ShowDialog(); //Application.Run(test); } private void FrmBpm_Load(object sender, EventArgs e) { } } //: FrmWebBase //{ // public FrmBpm_pop() // { // InitializeComponent(); // string bpmUrl = CoreFS.CA06.CoreCommon.coreCommon.UrlList["bpmserver"].Url; // this.Url = bpmUrl + "/manager/autologin?username=" + CoreFS.SA06.CoreUserInfo.UserInfo.GetUserID(); // } // private void FrmBpm_pop_Load(object sender, EventArgs e) // { // } //} }