示例#1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            Bingo c = new Bingo();

            Disponivel(false);

            c.VariaBingo();
        }
示例#2
0
        static void Main(string[] args)
        {
            Bingo game = new Bingo();

            game.Write("input.txt");
            game.Read("input.txt");

            Console.WriteLine("the winning number is " + game.PlayGame());
            Console.Read();
        }
示例#3
0
        private void botaosorteio_Click(object sender, EventArgs e)
        {
            if (sort.FirstNode == null)
            {
                Bingo b2 = new Bingo();
                b2.InsereBingo();
                sort = b2.NumSortiados(100);
                p    = sort.FirstNode;
            }

            Sorteio();
            botaosorteio.Enabled = false;
        }
示例#4
0
        private void button26_Click(object sender, EventArgs e)
        {
            Bingo c = new Bingo();

            c.VariaBingo();
        }