public GitUICommands(GitModule module) { Module = module; RepoChangedNotifier = new ActionNotifier( () => InvokeEvent(null, PostRepositoryChanged)); Notifications = NotificationManager.Get(this); }
public GitUICommands(GitModule module) { Module = module; RepoChangedNotifier = new ActionNotifier( () => InvokeEvent(null, PostRepositoryChanged)); }