コード例 #1
0
ファイル: LoginView.xaml.cs プロジェクト: bkcrux/WebAPIDemo
        public LoginView()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
             
        }
コード例 #2
0
        public EditExpenseView()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
           
        }