예제 #1
0
 private void dataPC_RowClick(object sender, DevExpress.XtraGrid.Views.Grid.RowClickEventArgs e)
 {
     if (dataPC.FocusedRowHandle >= 8)
     {
         FormPC pc = new FormPC(GetMABM(bomon));
         pc.ShowDialog();
         dataPC.SetFocusedRowCellValue("F12", pc.GetGV1());
         dataPC.SetFocusedRowCellValue("F13", pc.GetGV2());
         phancong(pc);
     }
 }