提交 53110ea2 编写于 作者: C CyrusNajmabadi

Reuse method.

上级 e3d56645
......@@ -141,7 +141,7 @@ private void UpdateGroupingByDefinition()
// Let all our subscriptions know that we've updated. That way they'll refresh
// and we'll show/hide declarations as appropriate.
_tableDataSink.FactorySnapshotChanged(this);
NotifyChange();
}
}
......@@ -524,7 +524,7 @@ public ITableEntriesSnapshot GetSnapshot(int versionNumber)
// We didn't have this version. Notify the sinks that something must have changed
// so that they call back into us with the latest version.
_tableDataSink.FactorySnapshotChanged(this);
NotifyChange();
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册