Example #1
0
 private void Manp_WarehouseProcess_Shown(object sender, EventArgs e)
 {
     if (Id != 0)
     {
         btnOk.Enabled = false;
     }
     Fiches = OperationHandler.GetFichesByProcessId(Id).Value;
     gcFichesOfProc.DataSource = Fiches;
 }