public WebViewLogin()
 {
     this.InitializeComponent();
     lp      = this;
     frame   = Window.Current.Content as Frame;
     loader  = ResourceLoader.GetForCurrentView("Resources");
     baseAPI = new PixivCS.PixivBaseAPI();
     webView.NavigationStarting += NavigationStarting;
     conf = new Conf();
 }
Example #2
0
 public LoginPage()
 {
     this.InitializeComponent();
     lp      = this;
     frame   = Window.Current.Content as Frame;
     loader  = ResourceLoader.GetForCurrentView("Resources");
     baseAPI = new PixivCS.PixivBaseAPI();
     baseAPI.ExperimentalConnection = false;
     conf = new Conf();
     //lp.webView.NavigationStarting += Web_NavigationStarting;
 }