Example #1
0
        public void ProcessIncomingData(object obj, bool merge)
        {
            List <UpdatedData> updatedList = mRoot.Dispatch(obj, merge);

            NotifyListeners(updatedList);
        }