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