コード例 #1
0
        private void button28_Click(object sender, EventArgs e)
        {
            ProjectBusiness pbuss    = new ProjectBusiness();
            List <Project>  projects = new List <Project>();

            projects = pbuss.GetProjectByCustomerID(_customer.ID);

            CustomerProjectStatus projectStatus = new CustomerProjectStatus(projects);

            projectStatus.MdiParent = this;
            projectStatus.Show();
            ClosePanelVisible();
        }