Exemplo n.º 1
0
 public void AddFrame(DigitalFrame frame)
 {
     DataCollection.Add(frame);
 }
Exemplo n.º 2
0
        public void AddFrame(int num, int timeBias, bool value)
        {
            DigitalFrame frame = new DigitalFrame(num, timeBias, value);

            DataCollection.Add(frame);
        }