public FAVT5081InterfacePart() : base() { NextMachineDataInfo = new FANextMachineDataInfo(); TimeSendInterval = new FALibrary.Utility.FATime(FALibrary.Utility.FATimeType.millisecond, 200); ECData = new Dictionary<string, string>(); Watch = new Stopwatch(); Watch.Start(); SetPropertyChangedEventHandler(); }
public void CopyTo(FANextMachineDataInfo obj) { ProductInfoReplyInstance.CopyTo(obj.ProductInfoReplyInstance); }