public HistoryView(HistoryToolWindow toolWindow)
 {
     InitializeComponent();
     this.toolWindow = toolWindow;
     this.details.toolWindow = toolWindow;
     this.selectedCommits = new ObservableCollection<string>();
 }
示例#2
0
 public HistoryView(HistoryToolWindow toolWindow)
 {
     InitializeComponent();
     this.toolWindow         = toolWindow;
     this.details.toolWindow = toolWindow;
     this.selectedCommits    = new ObservableCollection <string>();
 }