Exemplo n.º 1
0
 public void OpenNewTradeWindow()
 {
     _windowFactory.CreateNewTradeWindow(_currentFund);
     RefreshCurrentFund();
 }