예제 #1
0
        private void botonTop10MM_Click(object sender, EventArgs e)
        {
            //Create TOP10 form
            ScoresEvent top10 = new ScoresEvent();

            top10.Event(sender, e, null);
            this.Hide();
        }
 private void ProcessGame()
 {
     ScoresEvent?.Invoke(_random.Next(NumbersCount));
 }