mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-03-18 17:00:15 -09: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);
|
var portfolio = _svc.GetPortolioById(ThisPortofolioId);
|
||||||
this.Title = "Portfolio: " + portfolio.Name;
|
this.Title = "Portfolio: " + portfolio.Name;
|
||||||
|
|
||||||
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Refresh()
|
private void Refresh()
|
||||||
|
|
Loading…
Add table
Reference in a new issue