Exemplo n.º 1
0
 public LotteryListControl()
 {
     loteryList = new LotteryList();
     InitializeComponent();
     initializeEvents();
     initializeOperations();
 }
Exemplo n.º 2
0
 public void print()
 {
     this.loteryList = new LotteryList(this.listView);
 }