Example #1
0
 private void CascadeForm_Load(object sender, EventArgs e)
 {
     _ProjectService = MyAppManager.Instance.CompositionContainer.GetExportedValue <IProjectService>();
     this.bindingSource1.DataSource = _Cascade.NewOutletTable();
     this.dataGridView1.DataSource  = bindingSource1;
     if (_ProjectService != null)
     {
         _Cascade.Initialize(_ProjectService.Project);
     }
 }