Exemplo n.º 1
0
 public PubHouse(BookForm f)
 {
     InitializeComponent();
     book = f;
 }
Exemplo n.º 2
0
 public AuthorCreateForm(BookForm f)
 {
     InitializeComponent();
     book = f;
 }