Exemplo n.º 1
0
 internal OpenAuctionHouse Add(InAuctionHouse a)
 {
     Children.Add(a);
     return(this);
 }
Exemplo n.º 2
0
 internal GotoNextPage Add(InAuctionHouse a)
 {
     Children.Add(a);
     return(this);
 }