ConfigurationForm - btnSaveSettings_Click: fix typo
This commit is contained in:
parent
aa1aae8c6c
commit
aa73bf8129
|
@ -34,7 +34,7 @@ namespace AIParkingApplication
|
|||
Util.UpsertAppSettings("USE_PRINTER", chkAllowUsePrinter.Checked.ToString().ToLower());
|
||||
Util.UpsertAppSettings("ALLOW_CHANGE_ROI_RECT", chkAllowChangeROIRect.Checked.ToString().ToLower());
|
||||
Util.UpsertAppSettings("AUTO_LOGIN", chkAllowAutoLogin.Checked.ToString().ToLower());
|
||||
toolStripStatusLabelSavedSettingStatus.Text = $"{DateTime.Now.GetTimeFormatted()}\tĐã lưu cài đặt";
|
||||
toolStripStatusLabelSavedSettingStatus.Text = $"{DateTime.Now.GetTimeFormatted()} Đã lưu cài đặt";
|
||||
}
|
||||
|
||||
private void ConfigurationForm_Load(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue
Block a user