private void gridMain_CellDoubleClick(object sender, UI.ODGridClickEventArgs e) { FormHL7MsgEdit FormS = new FormHL7MsgEdit(); FormS.MsgCur = HL7Msgs.GetOne(MsgList[e.Row].HL7MsgNum); FormS.ShowDialog(); FillGrid(); }
private void gridMain_CellDoubleClick(object sender,UI.ODGridClickEventArgs e) { FormHL7MsgEdit FormS=new FormHL7MsgEdit(); FormS.MsgCur=MsgList[e.Row]; FormS.ShowDialog(); FillGrid(); }