void Handle(Input.UpdTrgr Action) { if (Id != 0) { var r = Root as MasterPage; Msj = FF.UpdateRec((ulong)Id, (ulong)HHId, (ulong)TTId, $"{TrhX} {ZmnX}", Ad, TutTur, Tut, (ulong)r.CUId); if (!string.IsNullOrEmpty(Msj)) { Action.Cancelled = true; return; } var p = this.Parent as FFsRpr; p.RefreshToplam(); Id = 0; Session.RunTaskForAll((s, id) => { s.CalculatePatchAndPushOnWebSocket(); }); } Opened = false; }