This commit is contained in:
chi
2025-04-24 11:51:55 +09:00
parent 0a93a54a6f
commit f71b963851
62 changed files with 1748 additions and 4105 deletions

View File

@@ -1,4 +1,5 @@
using COMM;
using AR;
using COMM;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -62,7 +63,7 @@ namespace Project
{
if (NewValue)
{
VAR.TIME.Set(eVarTime.ChargeStart);
VAR.TIME.Update(eVarTime.ChargeStart);
PUB.counter.CountChargeA += 1;
PUB.counter.Save();
PUB.Speak(Lang.);
@@ -76,7 +77,7 @@ namespace Project
{
if (NewValue)
{
VAR.TIME.Set(eVarTime.ChargeStart);
VAR.TIME.Update(eVarTime.ChargeStart);
PUB.counter.CountChargeM += 1;
PUB.counter.Save();
PUB.Speak(Lang.);