示例#1
0
        public Model()
        {
            /*
             * LoopTime = 100;
             * LoopTimeDisplayRange = 20;
             *
             * LP = new ObservableCollection<Point>();
             *
             *
             * for (var i = 0; i < LoopTimeDisplayRange; i++)
             * {
             *  LSX++;
             *  LP.Add(new Point(LSX, LoopTime));
             * }
             */

            ListTagItems = new ObservableUniqueCollection <TagItem>();

            ListPLCItems = new ObservableUniqueCollection <PLCItem>();
        }
示例#2
0
文件: Model.cs 项目: trigrass2/oms
        public Model()
        {
            ListTagItems = new ObservableUniqueCollection <TagItem>();

            ListPLCItems = new ObservableUniqueCollection <PLCItem>();
        }
示例#3
0
文件: Model.cs 项目: trigrass2/oms
 public Model()
 {
     ListProperties = new ObservableUniqueCollection <PropertyItem>();
 }