mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-06-08 13:34:37 +02:00
Added copy of the Original RDWeb pages
This commit is contained in:
parent
09ba4750ad
commit
80da1889a3
46 changed files with 5076 additions and 0 deletions
20
RDSFactorWeb/RDWeb/Pages/Default.aspx.cs
Normal file
20
RDSFactorWeb/RDWeb/Pages/Default.aspx.cs
Normal file
|
@ -0,0 +1,20 @@
|
|||
//
|
||||
// Copyright (C) Microsoft. All rights reserved.
|
||||
//
|
||||
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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue