Ejemplo n.º 1
0
        private bool CheckMerge(Gradebook other)
        {
            // handles may overwrite other changes on same lines
            var changes = GetChanges();

            other.Merge(changes, false);
            other.Save();
            Read();

            return(true);
        }
        private bool CheckMerge(Gradebook other)
        {
            // handles may overwrite other changes on same lines
            var changes = GetChanges();
            other.Merge(changes, false);
            other.Save();
            Read();

            return true;
        }