diff options
| author | Manuel Traut <manut@vogone.traut> | 2009-12-27 16:11:21 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@vogone.traut> | 2009-12-27 16:11:21 +0100 |
| commit | cfbb5a8b9b4105793dc54974965aecc620adeed8 (patch) | |
| tree | a2099bfc722c2aeee5861faeeb87c3c1f473e23e /src/YalpClients/WebClient/Default.aspx.cs | |
| parent | b794b9e4f98fc8ed1809953d9303b219d5aebc1d (diff) | |
| parent | c62ff958823168d7622b397609220db8b67fa731 (diff) | |
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
Conflicts:
build.xml
server.policy
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/WebClient/Default.aspx.cs')
| -rw-r--r-- | src/YalpClients/WebClient/Default.aspx.cs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/YalpClients/WebClient/Default.aspx.cs b/src/YalpClients/WebClient/Default.aspx.cs new file mode 100644 index 0000000..0bd1d7d --- /dev/null +++ b/src/YalpClients/WebClient/Default.aspx.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace TwitterSearchApplication.Web +{ + public partial class _Default : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + + protected void Button1_Click(object sender, EventArgs e) + { + + } + } +} |
