изменения

This commit is contained in:
cyxaruk 2024-05-07 19:24:55 +04:00
parent dda318fce5
commit db711f274e

View File

@ -21,7 +21,7 @@ public partial class FormGasConfig : Form
/// <summary> /// <summary>
/// Привязка внешнего метода к событию /// Привязка внешнего метода к событию
/// </summary> /// </summary>
/// <param name="warshipDelegate"></param> /// <param name="machineDelegate"></param>
public void AddEvent(Action<DrawningMachine>? machineDelegate) public void AddEvent(Action<DrawningMachine>? machineDelegate)
{ {
MachineDelegate += machineDelegate; MachineDelegate += machineDelegate;