Exemplo n.º 1
0
 public WeHaveAWinner(BINGO from)
 {
     this.from = from;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public PatternMaker(BINGO from)
 {
     this.from = from;
     InitializeComponent();
 }