internal OpenAuctionHouse Add(InAuctionHouse a)
 {
     Children.Add(a);
     return(this);
 }
Exemple #2
0
 internal GotoNextPage Add(InAuctionHouse a)
 {
     Children.Add(a);
     return(this);
 }