/Ezsocio/CNdotnet.Ezsocio/UI/CNdotnet.Ezsocio.Web/Views/Message/System.aspx.cs
# · C# · 31 lines · 12 code · 3 blank · 16 comment · 0 complexity · edc550acb358d2987d7dfbd83665ad3e MD5 · raw file
- /*================================================================================
- *
- * Copyright (c) cndotnet.org Corporation. All rights reserved.
- *
- * ===============================================================================
- *
- * This code and information is provided "as is" without warranty of any kind,
- * either expressed or implied, including but not limited to the implied warranties
- * of merchantability and fitness for a particular purpose.
- *
- * ===============================================================================
- *
- * Licensed under the GNU General Public License (GPL) v2
- * http://www.cndotnet.org/ezsocio
- *
- * ==============================================================================*/
-
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.Mvc;
- using CNdotnet.Ezsocio.Core.Web;
-
- namespace CNdotnet.Ezsocio.Web.Views.Message
- {
- public partial class System : BaseViewPage
- {
-
- }
- }