9 lines
174 B
C#
9 lines
174 B
C#
|
|
namespace CANFDApiProxy.Requests
|
|||
|
|
{
|
|||
|
|
internal class ClocksRequest
|
|||
|
|
{
|
|||
|
|
public string cmd { get; set; }
|
|||
|
|
public string time { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|