..
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using static Project.StateMachine;
|
||||
using Project.StateMachine;
|
||||
using COMM;
|
||||
using AR;
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace Project.ViewForm
|
||||
}
|
||||
}
|
||||
|
||||
private void Sm_StepChanged(object sender, StepChangeEventArgs e)
|
||||
private void Sm_StepChanged(object sender, StateMachine.StateMachine.StepChangeEventArgs e)
|
||||
{
|
||||
if (e.New == eSMStep.INIT || e.New == eSMStep.SYNC)
|
||||
this.ctlAuto1.Scean = CtlAuto.eScean.Progress;
|
||||
|
||||
Reference in New Issue
Block a user