mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-19 21:58:10 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
namespace MtApi.MtProtocol
|
||||
{
|
||||
internal class FuncResult<T>
|
||||
{
|
||||
public bool RetVal { get; set; }
|
||||
public T? Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user