This commit is contained in:
backuppc
2026-02-27 11:27:30 +09:00
parent 71b8a589c6
commit 03a53d49bf
14 changed files with 234 additions and 153 deletions

View File

@@ -140,9 +140,17 @@ namespace AGVNavigationCore.Controls
string _systemmesage = "";
string _infomessage = "";
string _tagignoreMessage = "";
bool showalertsystem = false;
bool showinfo = false;
bool showtagigreno = false;
DateTime tagignoretime = DateTime.Now;
public void SetTagIgnore(string m)
{
_tagignoreMessage = m;
tagignoretime = DateTime.Now;
showtagigreno = !string.IsNullOrEmpty(m);
}
public void SetInfoMessage(string m)
{
_infomessage = m;