Exemple #1
0
 public FirePage(string type)
 {
     this.type = type;
     lstFormer = new ListViewFormer();
     App.Shopping.Cart.CollectionChanged += UpdateAddInfo;
     InitList();
     InitializeComponent();
 }
Exemple #2
0
 public SoucesPage()
 {
     type      = "Souces";
     lstFormer = new ListViewFormer();
     App.Shopping.Cart.CollectionChanged += UpdateAddInfo;
     InitList();
     InitializeComponent();
 }