Advertisement
Guest User

Untitled

a guest
May 30th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. namespace FinalFantasy.Droid
  2. {
  3. [XamlCompilation(XamlCompilationOptions.Compile)]
  4. public partial class View1 : PopupPage
  5. {
  6. Page1 page1 = new Page1();
  7. public View1()
  8. {
  9. InitializeComponent();
  10. }
  11. void VvodProducts(object sender, System.EventArgs e)
  12. {
  13. page1.products.Add(entry1.Text);
  14. PopupNavigation.Instance.PopAsync(true);
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement