终端一体化运控平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

17 rader
428 B

  1. using BPASmartClient.FoodStationTest.Model;
  2. using BPASmartClient.FoodStationTest.Model.GVL;
  3. using BPA.Helper;
  4. using System.Collections.ObjectModel;
  5. namespace BPASmartClient.FoodStationTest.ViewModel
  6. {
  7. public class PlcVarMonitorViewModel : NotifyBase
  8. {
  9. public PlcVarMonitorViewModel()
  10. {
  11. }
  12. public ObservableCollection<PlcInfos> plcInfos => ProcessControl.GetInstance.CommData;
  13. }
  14. }