|
|
@ -22,8 +22,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjMaterial
|
|
|
|
|
|
|
|
|
|
|
|
UpdateAction.OnUpdateMaterial -= Process_Event;
|
|
|
|
UpdateAction.OnUpdateMaterial -= Process_Event;
|
|
|
|
UpdateAction.OnUpdateMaterial += Process_Event;
|
|
|
|
UpdateAction.OnUpdateMaterial += Process_Event;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DelAction.OnDelMaterial -= Process_Event;
|
|
|
|
DelAction.OnDelMaterial -= Process_Event;
|
|
|
|
DelAction.OnDelMaterial += Process_Event;
|
|
|
|
DelAction.OnDelMaterial += Process_Event;
|
|
|
|
|
|
|
|
|
|
|
|