using BPASmartClient.FoodStationTest.Model; using BPASmartClient.FoodStationTest.Model.GVL; using BPA.Helper; using System.Collections.ObjectModel; namespace BPASmartClient.FoodStationTest.ViewModel { public class PlcVarMonitorViewModel : NotifyBase { public PlcVarMonitorViewModel() { } public ObservableCollection plcInfos => ProcessControl.GetInstance.CommData; } }