Доработка работы с несколькими адаптерами

This commit is contained in:
2026-02-06 07:45:19 +03:00
parent cd280369bc
commit 5dc071c750
10 changed files with 79 additions and 165 deletions

View File

@@ -52,12 +52,12 @@ public sealed class PageContext
/// <summary>
/// Получить текущий тип адаптера.
/// </summary>
public string CurrentAdapterType => Update.AdapterType;
public string CurrentAdapterType => Update.Adapter.Type;
/// <summary>
/// Получить текущий ID адаптера.
/// </summary>
public string CurrentAdapterId => Update.AdapterId;
public string CurrentAdapterId => Update.Adapter.Id;
/// <summary>
/// Получить все адаптеры.