mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 11:07:48 +00:00
11 lines
155 B
C#
Executable File
11 lines
155 B
C#
Executable File
namespace MtApi
|
|
{
|
|
public enum MtConnectionState
|
|
{
|
|
Disconnected,
|
|
Connecting,
|
|
Connected,
|
|
Failed
|
|
}
|
|
}
|