Exemple #1
0
 public AccountSelectControl(GetProtectedOperationContextDel getProtectedOperationContext,
                             ITradeSharpServerTrade proxyAccount, string login) : this()
 {
     this.getProtectedOperationContext = getProtectedOperationContext;
     this.proxyAccount = proxyAccount;
     this.login        = login;
 }
 public AccountSelectControl(GetProtectedOperationContextDel getProtectedOperationContext,
     ITradeSharpServerTrade proxyAccount, string login)
     : this()
 {
     this.getProtectedOperationContext = getProtectedOperationContext;
     this.proxyAccount = proxyAccount;
     this.login = login;
 }