7 lines
No EOL
151 B
C#
7 lines
No EOL
151 B
C#
namespace LANCommander.UI.Components;
|
|
|
|
public class InfiniteScrollAnchor
|
|
{
|
|
public string? Id { get; set; }
|
|
public int OffsetTop { get; set; }
|
|
} |