public LoginView() { InitializeComponent(); appShell = Window.Current.Content as AppShell; appShell?.SetLoginView(); Loaded += new RoutedEventHandler(hideButton); }
public LoginView() { InitializeComponent(); appShell = Window.Current.Content as AppShell; appShell?.SetLoginView(); }