public LotteryListControl() { loteryList = new LotteryList(); InitializeComponent(); initializeEvents(); initializeOperations(); }
public void print() { this.loteryList = new LotteryList(this.listView); }