mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
7 lines
107 B
C#
7 lines
107 B
C#
|
|
namespace Aaru.Gui.Models
|
||
|
|
{
|
||
|
|
public class LbaModel
|
||
|
|
{
|
||
|
|
public string Lba { get; set; }
|
||
|
|
}
|
||
|
|
}
|