8 lines
No EOL
148 B
C#
8 lines
No EOL
148 B
C#
namespace MetaforceInstaller.Core.Models;
|
|
|
|
public record DeviceInfo(
|
|
string SerialNumber,
|
|
string State,
|
|
string Model,
|
|
string Name
|
|
); |