コード例 #1
0
 private void btnAddOutput_Click(object sender, EventArgs e)
 {
     var output = new AddTaskOutput();
     output.ParentForm_OutputInformations = outputInformations;
     output.ShowDialog();
     gcOutputInformation.DataSource = outputInformations;
     gcOutputInformation.RefreshDataSource();
 }
コード例 #2
0
        private void btnAddOutput_Click(object sender, EventArgs e)
        {
            var output = new AddTaskOutput();

            output.ParentForm_OutputInformations = outputInformations;
            output.ShowDialog();
            gcOutputInformation.DataSource = outputInformations;
            gcOutputInformation.RefreshDataSource();
        }