コード例 #1
0
 public PageAvthorEbay(string url, ProfileMW profileMW)
 {
     InitializeComponent();
     this.profileMW      = profileMW;
     webView.Source      = url;
     webView.Navigating += OnChangeProperti;
 }
コード例 #2
0
 public ProfileV(ManagerVazoo managerVazoo)
 {
     InitializeComponent();
     profileMW = new ProfileMW(managerVazoo)
     {
         Navigation = this.Navigation
     };
     BindingContext = profileMW;
 }
コード例 #3
0
 public EditProfileMoldal(ProfileMW profileMW)
 {
     InitializeComponent();
     BindingContext = profileMW;
 }