Ejemplo n.º 1
0
 //Sets contentpanel
 public void editListPanel(int id)
 {
     EditQuestionlistView view = new EditQuestionlistView(bc, id);
     view.refreshData();
     bc.refreshPanel(view.getPanel());
 }