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