示例#1
0
 public GlobalKeyHandler(IProgramView view)
 {
     _view = view;
 }
 public ProgramController(IProgramView view)
 {
     // now the controller has access to _view.FirstName
     // to push data to and get data from
     _view = view;
 }