Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace FinalFantasy.Droid
- {
- [XamlCompilation(XamlCompilationOptions.Compile)]
- public partial class View1 : PopupPage
- {
- Page1 page1 = new Page1();
- public View1()
- {
- InitializeComponent();
- }
- void VvodProducts(object sender, System.EventArgs e)
- {
- page1.products.Add(entry1.Text);
- PopupNavigation.Instance.PopAsync(true);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement