Ejemplo n.º 1
0
 public Run()
 {
     print  = new Print(this);
     member = new MemberManagement(this);
     book   = new BookManagement(this);
 }