nbsp; }
}
#endregion
#region Make Object Collection Class
private void Button6_Click(object sender, System.EventArgs e)
{
if(this.DropDownList1.SelectedIndex!=-1)
{
string TableName = this.DropDownList1.SelectedItem.Value;
string m_LayOut = "";
m_LayOut = m_LayOut + "using System;\r\n";
m_LayOut = m_LayOut + "using System.Data;\r\n" ;
m_LayOut = m_LayOut + "using System.Data.SqlClient;\r\n";
m_LayOut = m_LayOut + "using System.Collections;\r\n";
m_LayOut = m_LayOut + "\r\n";
m_LayOut = m_LayOut + "namespace e3.Pantheon.WorkFlow.Structure\r\n";
m_LayOut = m_LayOut + "{\r\n";
m_LayOut = m_LayOut + BL(4) + "///<comment>\r\n";
m_LayOut = m_LayOut + BL(4) + "///公司名称:苏州中软公司\r\n";
m_LayOut = m_LayOut + BL(4) + "///作者:\r\n";
m_LayOut = m_LayOut + BL(4) + "///创建日期:"+System.DateTime.Now.ToShortDateString()+"\r\n";
m_LayOut = m_LayOut + BL(4) + "///用途说明:\r\n";
m_LayOut = m_LayOut
}
#endregion
#region Make Object Collection Class
private void Button6_Click(object sender, System.EventArgs e)
{
if(this.DropDownList1.SelectedIndex!=-1)
{
string TableName = this.DropDownList1.SelectedItem.Value;
string m_LayOut = "";
m_LayOut = m_LayOut + "using System;\r\n";
m_LayOut = m_LayOut + "using System.Data;\r\n" ;
m_LayOut = m_LayOut + "using System.Data.SqlClient;\r\n";
m_LayOut = m_LayOut + "using System.Collections;\r\n";
m_LayOut = m_LayOut + "\r\n";
m_LayOut = m_LayOut + "namespace e3.Pantheon.WorkFlow.Structure\r\n";
m_LayOut = m_LayOut + "{\r\n";
m_LayOut = m_LayOut + BL(4) + "///<comment>\r\n";
m_LayOut = m_LayOut + BL(4) + "///公司名称:苏州中软公司\r\n";
m_LayOut = m_LayOut + BL(4) + "///作者:\r\n";
m_LayOut = m_LayOut + BL(4) + "///创建日期:"+System.DateTime.Now.ToShortDateString()+"\r\n";
m_LayOut = m_LayOut + BL(4) + "///用途说明:\r\n";
m_LayOut = m_LayOut
| 对此文章发表了评论 |

