Example #1
0
 public WeHaveAWinner(BINGO from)
 {
     this.from = from;
     InitializeComponent();
 }
Example #2
0
 public PatternMaker(BINGO from)
 {
     this.from = from;
     InitializeComponent();
 }