Example #1
0
 public GraphController(GraphForm view, GraphLeftForm leftView)
 {
    this.view = view;
    this.leftView = leftView;
    view.RegisterController(this);
    leftView.RegisterController(this);
 }
Example #2
0
 public GraphController(GraphForm view, GraphLeftForm leftView)
 {
     this.view     = view;
     this.leftView = leftView;
     view.RegisterController(this);
     leftView.RegisterController(this);
 }