From 2061767664d154866cb1c9393048aee53af3b386 Mon Sep 17 00:00:00 2001 From: Mark Guzman Date: Thu, 4 Mar 2010 19:28:23 -0500 Subject: [PATCH] fixing a bug --- SimpleBlog/Views/Admin/Account/Login.aspx.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SimpleBlog/Views/Admin/Account/Login.aspx.cs b/SimpleBlog/Views/Admin/Account/Login.aspx.cs index 097e907..7c07aed 100644 --- a/SimpleBlog/Views/Admin/Account/Login.aspx.cs +++ b/SimpleBlog/Views/Admin/Account/Login.aspx.cs @@ -9,5 +9,10 @@ namespace SimpleBlog.Views.Account public partial class Login : ViewPage { // adding a comment. because I can. + + public void Test() + { + // another comment in this method./class + } } }