コード例 #1
0
ファイル: NewTime.cs プロジェクト: bogy159/TaskManager
        private void SetDataSources()
        {
            TaskRepo tasksid = new TaskRepo();

            comboBox1.DataSource = tasksid.GetAllNF();
            comboBox2.DataSource = tasksid.GetAllNF();
        }