2025-09-24 11:24:38 +05:00

7 lines
96 B
C#

namespace TPSBR.UI
{
public class UISessionList : UIListBase<UISessionItem, UISession>
{
}
}