|
@@ -81,6 +81,9 @@ values ('{LblUserID.Text.Trim()}',GETDATE())";
|
|
|
Notify.Visible = true;
|
|
|
TbxLogin.Text = string.Empty;
|
|
|
TbxPassword.Text = string.Empty;
|
|
|
+
|
|
|
+ this.staffsTableAdapter.Fill(this.impulseVisionAppDataSet1.Staffs);
|
|
|
+
|
|
|
GetLastTimeLogin();
|
|
|
}
|
|
|
}
|
|
@@ -161,7 +164,6 @@ from HistoryLogin";
|
|
|
{
|
|
|
if (!Directory.Exists(Application.StartupPath + "\\Source\\log"))
|
|
|
{
|
|
|
- MessageBox.Show("Файлы журнала не обнаружены!", "ImpulseVision", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
|
return;
|
|
|
}
|
|
|
DirectoryInfo Dir = new DirectoryInfo(Application.StartupPath + "\\Source\\log\\");
|