資源簡介
IM即時通訊C#開源
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?linkButton1_Click(object?sender?EventArgs?e)
????{
????????Response.Redirect(“PowerChatRoom/Chat.aspx“);
????}
}
- 上一篇:wpf開發教程 (259頁)
- 下一篇:c# winform 打開窗體動態效果
評論
共有 條評論