navigation - Navigating from a BasicPage to a BasicPage in c# metro application -
hi working on metro app school assignment having problems navigating basicpage basicpage.
i keep getting value cannot null
error. code in button: this.frame.navigate(typeof(basicpage1), null);
.
can me? immediate response appreciated
if don't want pass navigation argument, use following.
this.frame.navigate(typeof(basicpage1));
Comments
Post a Comment