コード例 #1
0
ファイル: Form1.cs プロジェクト: kralmachine/Loto-statistics
        private void Form1_Load(object sender, EventArgs e)
        {
            ballsComboBox.SelectedIndex   = 0;
            seasonsComboBox.SelectedIndex = 0;
            BLL bll = new BLL();

            dataGrid.DataSource = bll.Get();
        }