private void RulesButton_Click(object sender, EventArgs e)
        {
            GC.Collect();
            FormCombinations frcmb = new FormCombinations();

            frcmb.Show();
        }
示例#2
0
        private void ComboButton_Click(object sender, EventArgs e)
        {
            FormCombinations frcmb = new FormCombinations();

            frcmb.Show();
        }