mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2024-12-25 03:00:21 +00:00
forgot to add refactored Refresh() method into OnCreate
This commit is contained in:
parent
ac337754e0
commit
9687f6e239
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ namespace MonoStockPortfolio
|
|||
|
||||
var portfolio = _svc.GetPortolioById(ThisPortofolioId);
|
||||
this.Title = "Portfolio: " + portfolio.Name;
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
private void Refresh()
|
||||
|
|
Loading…
Reference in a new issue