Example #1
0
 public void Close()
 {
     this.view = null;
 }
Example #2
0
 public CallHierarchyInteractor(CallHierarchyView view)
 {
     this.view = view;
     this.view.DeleteButton.Click += DeleteButton_Click;
 }