11 lines
167 B
C#
11 lines
167 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace CommonUsage.Protocols.VDA5050.Objects
|
|
{
|
|
public class protocolLimits
|
|
{
|
|
}
|
|
}
|