コード例 #1
0
ファイル: LoginView.xaml.cs プロジェクト: schulz3000/MoneyFox
 public LoginView()
 {
     InitializeComponent();
     appShell = Window.Current.Content as AppShell;
     appShell?.SetLoginView();
     Loaded += new RoutedEventHandler(hideButton);
 }
コード例 #2
0
ファイル: LoginView.xaml.cs プロジェクト: MichaelAi/MoneyFox
 public LoginView()
 {
     InitializeComponent();
     appShell = Window.Current.Content as AppShell;
     appShell?.SetLoginView();
 }