예제 #1
0
 public frmLogin()
 {
     InitializeComponent();
     db = new EmployeeManagerDataContext();
     txt_namelogin.Text     = Properties.Settings.Default.UsesName;
     txt_passwordlogin.Text = Properties.Settings.Default.Password;
     ckb_nho.Checked        = Properties.Settings.Default.Remember;
 }