Exemple #1
0
        public void Refresh(MemoryErrors obj)
        {
            var target = this;
            var source = obj;

            target.TestCase = source.TestCase;
            target.Report   = source.Report;
        }
Exemple #2
0
 public MemoryErrorsViewModel(MemoryErrors obj)
 {
     Refresh(obj);
 }