/pigeoncms/Admin/DocumentsViewer.aspx.cs
http://pigeoncms.googlecode.com/ · C# · 25 lines · 22 code · 3 blank · 0 comment · 0 complexity · 9b00b7307d2752aa28b9d529bbd35ca9 MD5 · raw file
- using System;
- using System.Data;
- using System.Configuration;
- using System.Collections;
- 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;
- using System.Collections.Generic;
- using PigeonCms;
- using FredCK.FCKeditorV2;
-
- public partial class Admin_News : BasePage
- {
-
- protected void Page_Init(object sender, EventArgs e)
- {
- }
-
- protected void Page_Load(object sender, EventArgs e)
- {
- }
- }