public PageAvthorEbay(string url, ProfileMW profileMW)
 {
     InitializeComponent();
     this.profileMW      = profileMW;
     webView.Source      = url;
     webView.Navigating += OnChangeProperti;
 }
Ejemplo n.º 2
0
 public ProfileV(ManagerVazoo managerVazoo)
 {
     InitializeComponent();
     profileMW = new ProfileMW(managerVazoo)
     {
         Navigation = this.Navigation
     };
     BindingContext = profileMW;
 }
Ejemplo n.º 3
0
 public EditProfileMoldal(ProfileMW profileMW)
 {
     InitializeComponent();
     BindingContext = profileMW;
 }