forgot to add refactored Refresh() method into OnCreate

This commit is contained in:
mgroves 2010-11-08 13:46:59 -05:00
parent ac337754e0
commit 9687f6e239

View file

@ -37,6 +37,8 @@ namespace MonoStockPortfolio
var portfolio = _svc.GetPortolioById(ThisPortofolioId);
this.Title = "Portfolio: " + portfolio.Name;
Refresh();
}
private void Refresh()