private void ucContentBase_Load(object sender, EventArgs e) { if (ParentForm != null) { parent = (wfSpy)ParentForm; SourceObject = parent.SourceObject; } }
private void ucNavigation_Load(object sender, EventArgs e) { parent = (wfSpy)ParentForm; DoLoad(); }