..
This commit is contained in:
@@ -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.수동충전을시작합니다);
|
||||
|
||||
Reference in New Issue
Block a user