Exemplo n.º 1
0
 //显示inputbox,rectangles,outputboxs
 public void Show_All()
 {
     benes.SetTag(n, rtag);
     view.Show_Inputs();
     view.Show_All_RectanglesAndConnections(rtag);
     view.Show_outputs();
     view.Show_OtherConnections();
 }