using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using WorkStationBase;
|
|
|
|
namespace Aborlen.WorkStation
|
|
{
|
|
public partial class WorkStation04 : StationBase
|
|
{
|
|
|
|
public void Confirm(string stationCode, object value, DateTime triggerTime)
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|