private void btnEquipmentStatus_Click(object sender, EventArgs e) { DeSEquipmentStatusMag frm = new DeSEquipmentStatusMag(); frm.ShowDialogEx(Adapter.Session, strMainUnit); dsIronsInfo.LoadData(); }
private void btnEquipmentStatus_Click(object sender, EventArgs e) { DeSEquipmentStatusMag frm = new DeSEquipmentStatusMag(); frm.ShowDialogEx(Adapter.Session, "I"); }