mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 11:07:48 +00:00
14 lines
236 B
C#
Executable File
14 lines
236 B
C#
Executable File
namespace MtApi.MtProtocol
|
|
{
|
|
namespace ICustomRequest
|
|
{
|
|
public enum ParametersType
|
|
{
|
|
Int = 0,
|
|
Double = 1,
|
|
String = 2,
|
|
Boolean = 3
|
|
}
|
|
}
|
|
}
|