/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

  1. /*================================================================================
  2. *
  3. * Copyright (c) cndotnet.org Corporation. All rights reserved.
  4. *
  5. * ===============================================================================
  6. *
  7. * This code and information is provided "as is" without warranty of any kind,
  8. * either expressed or implied, including but not limited to the implied warranties
  9. * of merchantability and fitness for a particular purpose.
  10. *
  11. * ===============================================================================
  12. *
  13. * Licensed under the GNU General Public License (GPL) v2
  14. * http://www.cndotnet.org/ezsocio
  15. *
  16. * ==============================================================================*/
  17. using System;
  18. using System.Collections.Generic;
  19. using System.Linq;
  20. using System.Web;
  21. using System.Web.Mvc;
  22. using CNdotnet.Ezsocio.Core.Web;
  23. namespace CNdotnet.Ezsocio.Web.Views.Message
  24. {
  25. public partial class System : BaseViewPage
  26. {
  27. }
  28. }