コード例 #1
0
 public void AddWeigher(Guid truckId, WorkerInformation weigher)
 {
     currentGINProcess.AddWeigher(truckId, weigher);
 }