mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-15 11:48:09 +00:00
Added projects MtApi4 and MtApi5
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
namespace MtApi5
|
||||
{
|
||||
public enum Mt5ConnectionState
|
||||
{
|
||||
Connecting,
|
||||
Connected,
|
||||
Disconnected,
|
||||
Failed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user