您的位置:首页 > 其它

基于WF的意见征集5(浅析)

2009-06-18 10:11 127 查看
投票宿主项目,项目名称:toupiao

窗体名称:HFXiangXiXinXi.cs(回复详细信息)

using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9using IClass;
using Maticsoft.DBUtility;
using FBBLL;

namespace toupiao

窗体名称:HTGuanLi.cs(话题管理)

using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9using FBBLL;
10using IClass;
11using Maticsoft.DBUtility;
12using System.Data.SqlClient;
13using System.Workflow.Runtime;
14using System.Workflow.Activities;
15using System.Workflow.Runtime.Hosting;
16using System.Workflow.Runtime.Tracking;
17
18namespace toupiao
19

窗体名称:Main.cs(发布话题)

using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9using FBBLL;
10using IClass;
11using System.Workflow.Activities;
12using System.Workflow.Runtime;
13using System.Workflow.Runtime.Hosting;
14using Maticsoft.DBUtility;
15using System.Workflow.Runtime.Tracking;
16
17namespace toupiao
18

配置文件:App.config

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="SQL2000" value="server=192.168.1.3;database=asd;uid=sa" />
</appSettings>
</configuration>

投票用户宿主项目,项目名称:User

配置文件:App.config

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="SQL2000" value="server=192.168.1.3;database=asd;uid=sa" />
</appSettings>
</configuration>

窗体名称:UserMain.cs(用户投票窗体)

using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9using Maticsoft.DBUtility;
10using IClass;
11using FBBLL;
12using System.Workflow.Activities;
13using System.Workflow.Runtime;
14using System.Workflow.Runtime.Hosting;
15using System.Workflow.Runtime.Tracking;
16
17namespace User
18

基于WF的意见征集1(浅析)
基于WF的意见征集2(浅析)
基于WF的意见征集3(浅析)
基于WF的意见征集4(浅析)
基于WF的意见征集6(浅析)
基于WF的意见征集7(浅析)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: