Skip to content

Commit

Permalink
minor syntaxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanchi Shah committed Nov 6, 2018
1 parent f8d7124 commit bedca6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Theta-Tau-App/Theta-Tau-App/Theta-Tau-App/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class App : Application
public App()
{
InitializeComponent();
MainPage = new SignupPage();
MainPage = new MainPage();
/* !!! In order to look at current signup page, change line 15
* to MainPage = new SignupPage() */
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public SignupPage()
Padding = 30,
Spacing = 10,
Children = {
displayText, name, roleNumber, username, email, phone, password, signupButton
displayText, name, email, password, signupButton
}
};
}
Expand Down

0 comments on commit bedca6c

Please sign in to comment.