Ejemplo n.º 1
0
        public async void ViewAllCate()
        {
            lstdata.DataContext = await svc.ViewAllCatAsync();

            lstdata1.DataContext = await svc.ViewAllProductAsync();

            lstdata2.DataContext = await svc.ViewAllBrandAsync();
        }
Ejemplo n.º 2
0
 public async void CboxData()
 {
     CBoxCategory.DataContext = await svc.ViewAllCatAsync();
 }
Ejemplo n.º 3
0
 public async void ViewAllCate()
 {
     lstdata.DataContext = await svc.ViewAllCatAsync();
 }
Ejemplo n.º 4
0
 public async void Category()
 {
     cboxCategory.DataContext = await svc.ViewAllCatAsync();
 }