コード例 #1
0
ファイル: GitUICommands.cs プロジェクト: Yasami/gitextensions
 public GitUICommands(GitModule module)
 {
     Module = module;
     RepoChangedNotifier = new ActionNotifier(
         () => InvokeEvent(null, PostRepositoryChanged));
     Notifications = NotificationManager.Get(this);
 }
コード例 #2
0
ファイル: GitUICommands.cs プロジェクト: Copro/gitextensions
 public GitUICommands(GitModule module)
 {
     Module = module;
     RepoChangedNotifier = new ActionNotifier(
         () => InvokeEvent(null, PostRepositoryChanged));
 }