示例#1
0
 public GraphicController(DataCollector dataCollector)
 {
     this.dataCollector = dataCollector;
     title = dataCollector.getAction();
 }