软测单独项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
928 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FangYar.WebUI.WorkFlow
{
public partial class FlowDesigner : FangYar.WebUI.WorkFlow.Common.BasePage
{
protected void Page_Load(object sender, EventArgs e)
{
//RoadFlow.Platform.OnlineUsers bou = new RoadFlow.Platform.OnlineUsers();
//RoadFlow.Data.Model.Users user = new RoadFlow.Data.Model.Users();
//user.ID = new Guid("eb03262c-ab60-4bc6-a4c0-96e66a4229fe");
//user.Account2 = "xh";
//user.Name = "徐洪";
//Guid uniqueID = Guid.NewGuid();
//Session[RoadFlow.Utility.Keys.SessionKeys.UserID.ToString()] = user.ID;
//Session[RoadFlow.Utility.Keys.SessionKeys.UserUniqueID.ToString()] = uniqueID;
//bou.Add(user, uniqueID);
}
}
}