예제 #1
0
 public VisualStudioMacEditorDocumentManager(
     ProjectSnapshotManagerDispatcher projectSnapshotManagerDispatcher,
     JoinableTaskContext joinableTaskContext,
     FileChangeTrackerFactory fileChangeTrackerFactory)
     : base(projectSnapshotManagerDispatcher, joinableTaskContext, fileChangeTrackerFactory)
 {
 }
예제 #2
0
 public VisualStudioMacEditorDocumentManager(
     ForegroundDispatcher foregroundDispatcher,
     FileChangeTrackerFactory fileChangeTrackerFactory)
     : base(foregroundDispatcher, fileChangeTrackerFactory)
 {
 }