Edit stocklist. add stocks,
This commit is contained in:
@ -62,6 +62,7 @@ namespace StockInfoCore
|
||||
PersonStock ps = new PersonStock();
|
||||
ps.PersonId = ConnectPerson.Id;
|
||||
ps.StockId = int.Parse(lstShares.SelectedValue.ToString());
|
||||
ps.Comment = String.Empty;
|
||||
_stockPersonConnect.SavePersonStockConnection(ps);
|
||||
RefreshShareList();
|
||||
RefreshConnectedList();
|
||||
|
||||
Reference in New Issue
Block a user