Partly working

This commit is contained in:
unknown
2011-01-10 05:06:24 +05:30
parent e32e9f9e74
commit 853fad0692
26 changed files with 706 additions and 841 deletions

View File

@ -12,13 +12,11 @@ namespace Tanshu.Accounts.PointOfSale
private static readonly Tanshu.Logging.SqlLogger log = new Tanshu.Logging.SqlLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private bool isAuthenticated;
private string userName;
private bool cancelled;
public LoginForm()
{
InitializeComponent();
isAuthenticated = false;
userName = null;
cancelled = true;
}
private void txtUserName_KeyDown(object sender, KeyEventArgs e)