예제 #1
0
        }         // constructor

        public void MergeData(ElapsedTimeInfo other)
        {
            foreach (var key in other)
            {
                IncreateData(key, other.GetValue(key));
            }
        }         // MergeData
예제 #2
0
 public Stopper()
 {
     m_oStopwatch    = new Stopwatch();
     ElapsedTimeInfo = new ElapsedTimeInfo();
 }         // constructor