File: Default.aspx.cs

package info (click to toggle)
libmediainfo 23.04%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,996 kB
  • sloc: cpp: 223,281; ansic: 5,949; asm: 2,081; xml: 1,476; cs: 1,189; sh: 1,176; java: 1,032; python: 653; makefile: 392; pascal: 197; javascript: 169
file content (23 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;

namespace asp_net_web_application
{
    public partial class _Default : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {

        }
    }
}